Skip to content

Commit

Permalink
Add aLvl to state_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mv77 committed Jan 9, 2022
1 parent a11325d commit f8df726
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 f8df726

Please sign in to comment.