From b72468f09cfef8f89b10fe0da88eece3f0048183 Mon Sep 17 00:00:00 2001 From: Jonathan Bloedow Date: Wed, 6 Dec 2023 15:19:49 -0800 Subject: [PATCH] Tidy up. --- examples/future_campaign/multi_sweep_hint.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/future_campaign/multi_sweep_hint.py b/examples/future_campaign/multi_sweep_hint.py index b12373f..bd68831 100644 --- a/examples/future_campaign/multi_sweep_hint.py +++ b/examples/future_campaign/multi_sweep_hint.py @@ -244,8 +244,6 @@ def run( sweep_choice="All", age_targeted=True, binary_immunity=True ): task.config.parameters.Demographics_Filenames = ["demographics.json","TestDemographics_pak_updated.json"] task.config.parameters.Death_Rate_Dependence = "NONDISEASE_MORTALITY_BY_YEAR_AND_AGE_FOR_EACH_GENDER" task.config.parameters.Birth_Rate_Dependence = "INDIVIDUAL_PREGNANCIES_BY_AGE_AND_YEAR" - #task.config.parameters["Base_Incubation_Period"] = 1 - #task.config.parameters["Base_Infectious_Period"] = 1 # this is dumb task.common_assets.add_directory(assets_directory=manifest.assets_input_dir) task.set_sif(manifest.sif)