Skip to content

Commit 4c3cf43

Browse files
committed
add comment
1 parent 30895b0 commit 4c3cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/overview_paper/C_impact_of_healthsystem_assumptions/scenario_impact_of_healthsystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self):
2929
self.seed = 0
3030
self.start_date = Date(2010, 1, 1)
3131
self.end_date = Date(2020, 1, 1)
32-
self.pop_size = 50_000
32+
self.pop_size = 50_000 # Note smaller population size (should be 100_000 but runs on draws did not complete)
3333
self._scenarios = self._get_scenarios()
3434
self.number_of_draws = len(self._scenarios)
3535
self.runs_per_draw = 10

0 commit comments

Comments
 (0)