Fixes needed to run fixed GM2010 replication#84
Conversation
These are changes needed to make Gourio and Miao 2010 run to completion (once it is also patched as needed).
|
I understand the changes to But I don't get why the changes to |
|
I'll give it a go and see if I can lift the change out of the subfn. |
|
The bit of GM2010 that activates this code path start at line 357, where it calls In that function we find this comment at line 266: and in particular, this is what we're trying to avoid recalculating: We do still use only Nine months ago, this change (be677bf) added the FnsToEvaluateCell parameter to the subfn's function signature and changed it to call Now, because Shall I make those changes? Or do you want to leave the function signature of the subfn open to receiving two values? In which case... |
These are changes needed to make Gourio and Miao 2010 run to completion (once it is also patched as needed).