Skip to content

Commit

Permalink
Actually use new solver
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Mar 13, 2024
1 parent 1568878 commit 753df28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions HARK/ConsumptionSaving/ConsBequestModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ def __init__(self, **kwds):

super().__init__(**params)

self.solve_one_period = make_one_period_oo_solver(
BequestWarmGlowPortfolioSolver,
)
self.solve_one_period = solve_one_period_ConsPortfolioWarmGlow

Check warning on line 139 in HARK/ConsumptionSaving/ConsBequestModel.py

View check run for this annotation

Codecov / codecov/patch

HARK/ConsumptionSaving/ConsBequestModel.py#L139

Added line #L139 was not covered by tests

def update(self):
super().update()
Expand Down

0 comments on commit 753df28

Please sign in to comment.