Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wdu9 committed Jun 9, 2021
1 parent 83a90ad commit 34a343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HARK/ConsumptionSaving/ConsIndShockModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ def sim_birth(self, which_agents):
seed=self.RNG.randint(0, 2 ** 31 - 1)
).draw(N)
self.t_age[which_agents] = 0 # How many periods since each agent was born
if self.PerfMITShk == False: #If True, Newborns follow solution path of agent they replaced by inheriting their t_cycle (t_cycles are not reset)
if self.PerfMITShk == False: # If True, Newborns inherit t_cycle of agent they replaced (i.e. t_cycles are not reset).
self.t_cycle[
which_agents
] = 0 # Which period of the cycle each agent is currently in
Expand Down

0 comments on commit 34a343b

Please sign in to comment.