-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring checkConditions() #568
Conversation
The |
No, it does not. It is possible that this functionality changed in my earlier refactoring of this in a prior PR. It remains the case that Separately, @llorracc , I hope you'll take a look at this commit, which is a proposed refactoring of the condition logic: |
Likewise with 413bef1, @llorracc The motivation here is:
I know that this code addresses/expresses some of your substantive research contributions, and so I expect you are sensitive to changes here. What I'm working towards here is trying to figure out the general feature that this is a special case of. |
The merge conflicts have no been fixed. |
@llorracc you mentioned on the call today an error with this PR concerning GICPF or something. |
@sbenthall, on my screen I see my own question/comment immediately above your query about where my question/comment might be. Maybe you are seeing it differently? Anyway, the point was that I'd changed the 'GIC' to 'GICPF' because this was the version of the GIC that applied to the Perfect Foresight model; but your edit reverted to the old 'GIC' terminology, and I wanted you to change it to 'GICPF' |
That's very weird, us seeing the issue differently. |
Ok, I have looked over the code in this PR. I think you have mischaracterized what's happening in it.
|
I'll look this over and merge if it seems to work. |
The failing builds look to be due to something in GitHub's internals/backend. |
See #542 (comment) |
@llorracc the most recent commit resolves the issues that came up in your review. The issue of the different conditions having different meaning is not yet resolved in this PR, but seems to be an extension of existing functionality: If you need this refactor in before your BufferStock publication, this PR can be merged in as is. That may be wisest, since checking the conditions for a steady-state ergodic distribution seems to naturally connect to the upcoming work on seeding the simulation with the ergodic distribution. It would be best not to block the Bufferstock publication on this new work. |
Let's discuss briefly on Thu? |
messages are not rendering properly, showing |
Ok, string formatting is back in. You can see the printed messages from the automated test with the
|
This PR addresses issue #542
First commit: