diff --git a/src/scripts/maternal_perinatal_analyses/cohort_analysis/cohort_interventions_scenario.py b/src/scripts/maternal_perinatal_analyses/cohort_analysis/cohort_interventions_scenario.py index 8741d6d3f8..36d2f40c01 100644 --- a/src/scripts/maternal_perinatal_analyses/cohort_analysis/cohort_interventions_scenario.py +++ b/src/scripts/maternal_perinatal_analyses/cohort_analysis/cohort_interventions_scenario.py @@ -16,7 +16,7 @@ def __init__(self): self.start_date = Date(2024, 1, 1) self.end_date = Date(2025, 1, 2) self.pop_size = 40_000 - self.number_of_draws = 8 + self.number_of_draws = 6 self.runs_per_draw = 60 def log_configuration(self):