-
-
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
Expand SSJ exposition #1456
Expand SSJ exposition #1456
Conversation
It has more words and cleaner notation, but I feel like it needs more content. The entire crux of the method is the fake news algorithm, but it's not explained at all.
Added explanations and context to SSJ-example.ipynb, but had to stop when I got to the SSJ stuff. I don't know what it's doing or how it works.
Merge Will's added cells into expanded SSJ example
Added a few labels, revised default dictionary. One test might fail, will change target values.
Default dictionary for NK consumers changed on previous commit, so test values changed. What's more concerning is that a bunch of econforge.interp tests are failing now too.
Test targets have been adjusted, and numba version has been pinned below 0.60.0 (from master branch). |
This branch will be merged once tests finish running. The only failure before was due to a last minute variable name change that was missed, causing the final two cells of a notebook to not execute. Tomorrow morning I will release HARK 0.15.1 so that the SSJ example(s) are in public HARK for CEF and Chris's presentation before CEF. |
This PR improves and extends the SSJ notebooks. It includes work from Will Du (already merged in from his branch).
As of this moment, there's a tiny bit more to do.