Skip to content

Commit

Permalink
Don't call migrate function. Add requirements.txt that works for this…
Browse files Browse the repository at this point in the history
… example.
  • Loading branch information
Jonathan Bloedow committed Oct 5, 2023
1 parent ba300a7 commit 7ff1237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HINTy/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def one_step():

#for t in np.linspace( 10*365, SIMULATION_DURATION_IN_YEARS*365, 3 ):

migrate()
#migrate()
return camp

def build_demog():
Expand Down
4 changes: 4 additions & 0 deletions examples/HINTy/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
emodpy-typhoid==0.0.5.dev0
emodpy==1.22.0.dev3
emod-api==1.31.0.dev0
emod-typhoid==0.0.4.dev2

0 comments on commit 7ff1237

Please sign in to comment.