Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhallett committed Nov 13, 2023
1 parent 30895b0 commit 4c3cf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self):
self.seed = 0
self.start_date = Date(2010, 1, 1)
self.end_date = Date(2020, 1, 1)
self.pop_size = 50_000
self.pop_size = 50_000 # Note smaller population size (should be 100_000 but runs on draws did not complete)
self._scenarios = self._get_scenarios()
self.number_of_draws = len(self._scenarios)
self.runs_per_draw = 10
Expand Down

0 comments on commit 4c3cf43

Please sign in to comment.