Skip to content

Commit

Permalink
Put the code in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Sep 15, 2023
1 parent f4cf4b8 commit 57cdc2c
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 @@ -1401,6 +1401,8 @@ def pre_solve(self):
horizon problems).
'''
self.update_solution_terminal() # Solve the terminal period problem
if not self.quiet:
self.check_conditions(verbose=self.verbose)

# Fill in BoroCnstArt and MaxKinks if they're not specified or are irrelevant.
# If no borrowing constraint specified...
Expand Down

0 comments on commit 57cdc2c

Please sign in to comment.