Skip to content

Commit

Permalink
Re-enable enviro tx. Didn't seem to have much impact oddlly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bloedow committed Sep 2, 2023
1 parent d4efc6d commit 7469210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blantyre_HINT/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def set_param_fn( config ):
# sim nature, size and scope
config.parameters.Simulation_Type = "TYPHOID_SIM"
#config.parameters.Simulation_Type = "GENERIC_SIM" # for demographics
#config.parameters.Enable_Environmental_Route = 1 # This should be implicit with TYPHOID_SIM; Fix in C++/G-O
config.parameters.Enable_Environmental_Route = 1 # This should be implicit with TYPHOID_SIM; Fix in C++/G-O
config.parameters.Simulation_Duration = sim_years*365.0
#config.parameters.Enable_Skipping = 1
#config.parameters.Base_Individual_Sample_Rate = 0.25
Expand Down

0 comments on commit 7469210

Please sign in to comment.