Skip to content

Commit

Permalink
don't bother adding solution to time_vary, fixes #573
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Mar 17, 2020
1 parent d545b55 commit e4e18d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HARK/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def solve(self, verbose=False):
with np.errstate(divide='ignore', over='ignore', under='ignore', invalid='ignore'):
self.preSolve() # Do pre-solution stuff
self.solution = solveAgent(self, verbose) # Solve the model by backward induction
self.addToTimeVary('solution') # Add solution to the list of time-varying attributes
self.postSolve() # Do post-solution stuff

def resetRNG(self):
Expand Down

0 comments on commit e4e18d5

Please sign in to comment.