Skip to content

Commit

Permalink
don't need to initialize income in normalized models
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Jun 18, 2024
1 parent 8b43ca2 commit 7040c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HARK/models/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setUp(self):
{ # initial states
"k": Lognormal(-6, 0),
#'live' : 1,
"p": 1.0,
# "p": 1.0, - not needed, using normalized problem
},
agent_count=2,
T_sim=5,
Expand All @@ -121,7 +121,7 @@ def setUp(self):
{ # initial states
"k": Lognormal(-6, 0),
#'live' : 1,
"p": 1.0,
# "p": 1.0,- not needed, using normalized problem
"R": 1.03,
},
agent_count=2,
Expand Down

0 comments on commit 7040c44

Please sign in to comment.