Merge branch 'repeated-events-5' into 'master'
reduce repeated events to 5 See merge request cara/cara!100
This commit is contained in:
commit
08ab5e0e57
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def calculate_report_data(model: models.ExposureModel):
|
|||
expected_new_cases = model.expected_new_cases()
|
||||
|
||||
repeated_events = []
|
||||
for n in [1, 2, 3, 4, 5, 10, 15, 20]:
|
||||
for n in [1, 2, 3, 4, 5]:
|
||||
repeat_model = dataclasses.replace(model, repeats=n)
|
||||
repeated_events.append(
|
||||
RepeatEvents(
|
||||
|
|
|
|||
Loading…
Reference in a new issue