Skip to content

Commit

Permalink
Merge branch 'master' into i838
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Oct 23, 2020
2 parents 9d313ef + a05e2ea commit 94fe400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HARK/ConsumptionSaving/ConsAggShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ def __init__(self, **kwds):
"DiscFac",
"CRRA",
]

# need better handling of this
self.state_now = {
"aNow" : None,
Expand All @@ -689,6 +688,8 @@ def __init__(self, **kwds):
"EmpNow" : None
}

self.shock_vars = {}

self.solveOnePeriod = solveKrusellSmith
self.update()

Expand Down
1 change: 0 additions & 1 deletion HARK/ConsumptionSaving/tests/test_ConsAggShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def test_methods(self):
0.4818181818181818
)


# object attributes that are conditions
# for preComputeArrays
self.assertEqual(
Expand Down

0 comments on commit 94fe400

Please sign in to comment.