Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
robynstuart committed Dec 16, 2024
1 parent 517e7f7 commit 0c54b21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ def step(self):
sim_args = dict(unit='year', dt=1/12, start=start, dur=n_years, n_agents=n_agents, diseases=dis, networks=nets, demographics=dem, connectors=con)

s0 = ss.Sim(**sim_args, interventions=intvs)
# s0.run()
# return s0
s1 = ss.Sim(**sim_args, interventions=intvs + [menstrual_hygiene(start=2020, new_val=0.1)])
ss.parallel(s0, s1)
return [s0, s1]
Expand Down

0 comments on commit 0c54b21

Please sign in to comment.