Skip to content

Commit

Permalink
Update test_spatial_groups test config
Browse files Browse the repository at this point in the history
Add a 'transitions' section to the 'seir' config section to let the
`test_spatial_groups` NPIs test pass.
  • Loading branch information
TimothyWillard committed Nov 21, 2024
1 parent dfc2ae3 commit 0c1bb46
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ seir:
value:
distribution: fixed
value: 5
transitions:
- source: ["S", "unvaccinated", "WILD", "age0to17"]
destination: ["E", "unvaccinated", "WILD", "age0to17"]
rate: [["r1"], ["r2"], ["r3"], ["r4"]]
proportional_to: [["S", "unvaccinated", "WILD", "age0to17"], ["E", "unvaccinated", "WILD", "age0to17"]]
proportion_exponent: [[1, 1, 1, 1], [1, 1, 1, 1]]


seir_modifiers:
scenarios:
Expand Down

0 comments on commit 0c1bb46

Please sign in to comment.