Skip to content

Commit

Permalink
analysis script
Browse files Browse the repository at this point in the history
  • Loading branch information
joehcollins committed Dec 12, 2024
1 parent eab5710 commit 2711704
Showing 1 changed file with 1 addition and 1 deletion.
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 = 8
self.number_of_draws = 6
self.runs_per_draw = 60

def log_configuration(self):
Expand Down

0 comments on commit 2711704

Please sign in to comment.