Skip to content

Commit

Permalink
Update partial configs to match full
Browse files Browse the repository at this point in the history
Correct mismatch between partial and full example configs introduced in
GH-407.
  • Loading branch information
TimothyWillard committed Dec 4, 2024
1 parent 7674af0 commit 7d10aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/config_sample_2pop_modifiers_part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ seir_modifiers:
method: SinglePeriodModifier
parameter: Ro
period_start_date: 2020-05-01
period_end_date: 2020-07-01
period_end_date: 2020-08-31
subpop: "all"
value: 0.8
Ro_all:
Expand All @@ -28,7 +28,7 @@ outcome_modifiers:
# assume that due to limitations in testing, initially the case detection probability was lower
test_limits:
method: SinglePeriodModifier
parameter: incidCase
parameter: incidCase::probability
subpop: "all"
period_start_date: 2020-02-01
period_end_date: 2020-06-01
Expand Down

0 comments on commit 7d10aa1

Please sign in to comment.