Skip to content

Commit

Permalink
changed default dicts, so have to change test params
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Apr 6, 2024
1 parent db9facd commit 5b485ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HARK/ConsumptionSaving/tests/test_ConsBequestModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class testWarmGlowConsumerType(unittest.TestCase):
def setUp(self):
self.agent = BequestWarmGlowConsumerType()
self.agent = BequestWarmGlowConsumerType(BeqFac=1.0)
self.agent.vFuncBool = True
self.agent.solve()

Expand All @@ -33,7 +33,7 @@ def test_simulation(self):

class testBequestWarmGlowPortfolioType(unittest.TestCase):
def setUp(self):
self.agent = BequestWarmGlowPortfolioType()
self.agent = BequestWarmGlowPortfolioType(BeqFac=1.0, BeqFacTerm=1.0)
self.agent.vFuncBool = True
self.agent.solve()

Expand Down

0 comments on commit 5b485ad

Please sign in to comment.