Skip to content
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

[WIP]: normalize_shocks and normalize_levels allow user to impose true propositions on sims #1094

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Remove unneeded comments
llorracc committed Jan 5, 2022
commit 8f0057e0cb51f9acf918222954463e2cd4f7fe7f
6 changes: 0 additions & 6 deletions HARK/ConsumptionSaving/ConsIndShockModel.py
Original file line number Diff line number Diff line change
@@ -2761,12 +2761,6 @@ def construct_lognormal_income_process_unemployment(self):
PermShkCount, tail_N=0
)

# if not hasattr(self, "normalize_shocks"):
# self.normalize_shocks = False

# if not hasattr(self, "normalize_levels"):
# self.normalize_levels = False

if not hasattr(self, "neutral_measure"):
self.neutral_measure = False