Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created February 1, 2021 22:37
Show Gist options
  • Save sbenthall/419ae456a640a8a2de7a88145856ff1e to your computer and use it in GitHub Desktop.
Save sbenthall/419ae456a640a8a2de7a88145856ff1e to your computer and use it in GitHub Desktop.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
~/projects/econ-ark/REMARK/REMARKs/KrusellSmith/Code/Python/KrusellSmith.py in <module>
436
437 # %%
--> 438 sim_wealth = KSEconomy.reap_state['aLvlNow'][0]
439
440
AttributeError: 'CobbDouglasMarkovEconomy' object has no attribute 'reap_state'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment