File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -324,10 +324,9 @@ def initialise_simulation(self, sim):
324324 # Launch the repeating event that will store statistics about the population structure
325325 sim .schedule_event (DemographyLoggingEvent (self ), sim .date )
326326
327- if sim .generate_event_chains is False :
328- # Create (and store pointer to) the OtherDeathPoll and schedule first occurrence immediately
329- self .other_death_poll = OtherDeathPoll (self )
330- sim .schedule_event (self .other_death_poll , sim .date )
327+ # Create (and store pointer to) the OtherDeathPoll and schedule first occurrence immediately
328+ self .other_death_poll = OtherDeathPoll (self )
329+ sim .schedule_event (self .other_death_poll , sim .date )
331330
332331 # Log the initial population scaling-factor (to the logger of this module and that of `tlo.methods.population`)
333332 for _logger in (logger , logger_scale_factor ):
You can’t perform that action at this time.
0 commit comments