We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ConsAggShockModel, the model variable MrkvNow is currently stored as an object attribute.
Is it a state? A shock?
Either way, it should be changed into a namespaced variable for consistency with the new style.
The text was updated successfully, but these errors were encountered:
Ah. So one reason this has not been refactored before is that it looks like the MrkvNow property in ConsAggShockModel is an aggregate level variable.
See the discussion here: #761 (comment)
It also looks like this is handled slightly differentling in the ConsMarkovAggShockModel and the KrusselSmithModel
Sorry, something went wrong.
replace MrkvNow in KrusellSmith with shocks['Mrkv'], see econ-ark#933
11a37dd
MrkvNow --> shocks['Mrkv'] for AggShockMarkovConsumerType, see econ-a…
a068263
…rk#933
CHANGELOG for moving MrkvNow to shocks['Mrkv'], fixes econ-ark#933
e7d637d
Successfully merging a pull request may close this issue.
In ConsAggShockModel, the model variable MrkvNow is currently stored as an object attribute.
Is it a state? A shock?
Either way, it should be changed into a namespaced variable for consistency with the new style.
The text was updated successfully, but these errors were encountered: