Skip to content

Commit

Permalink
update to scenario file
Browse files Browse the repository at this point in the history
  • Loading branch information
joehcollins committed Jan 17, 2025
1 parent 6af1603 commit 075f65a
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 9
self.number_of_draws = 5
self.runs_per_draw = 60

def log_configuration(self):
Expand Down Expand Up @@ -51,14 +51,10 @@ def draw_parameters(self, draw_number, rng):
'analysis_year': 2024}}

else:
interventions_for_analysis = ['pph_treatment_surg', 'pph_treatment_surg',
'post_abortion_care_core', 'post_abortion_care_core',
'birth_kit', 'birth_kit',
'caesarean_section', 'caesarean_section']
interventions_for_analysis = ['post_abortion_care_core', 'post_abortion_care_core',
'iv_antihypertensives', 'iv_antihypertensives']

avail_for_draw = [0.0, 1.0,
0.0, 1.0,
0.0, 1.0,
0.0, 1.0,
]

Expand Down

0 comments on commit 075f65a

Please sign in to comment.