Skip to content

Commit

Permalink
Merge pull request #1099 from Mv77/plumbing/aLvl
Browse files Browse the repository at this point in the history
Add `aLvl` to `state_vars`
  • Loading branch information
llorracc authored Jan 9, 2022
2 parents a11325d + f8df726 commit 9562caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HARK/ConsumptionSaving/ConsIndShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ class PerfForesightConsumerType(AgentType):
)
time_vary_ = ["LivPrb", "PermGroFac"]
time_inv_ = ["CRRA", "Rfree", "DiscFac", "MaxKinks", "BoroCnstArt" ]
state_vars = ['pLvl', 'PlvlAgg', 'bNrm', 'mNrm', "aNrm"]
state_vars = ['pLvl', 'PlvlAgg', 'bNrm', 'mNrm', "aNrm", 'aLvl']
shock_vars_ = []

def __init__(self, verbose=1, quiet=False, **kwds):
Expand Down

0 comments on commit 9562caf

Please sign in to comment.