Skip to content

Commit

Permalink
Make check_conditions called by PerfForesightConsumerType
Browse files Browse the repository at this point in the history
This was done manually in my own test code, hence why I didn't notice it was missing.
  • Loading branch information
mnwhite committed Sep 15, 2023
1 parent c687ba0 commit f4cf4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HARK/ConsumptionSaving/ConsIndShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,8 @@ def __init__(self, **kwds):
def pre_solve(self):
# AgentType.pre_solve(self)
self.update_solution_terminal()
if not self.quiet:
self.check_conditions(verbose=self.verbose)

def calc_bounding_values(self):
"""
Expand Down

0 comments on commit f4cf4b8

Please sign in to comment.