Skip to content

Commit

Permalink
Update fixtures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anirban-chaudhuri committed Nov 13, 2024
1 parent eadbe3e commit ee27f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def var_threshold(time, state):

infection_threshold1 = make_var_threshold("I", torch.tensor(150.0))
fixed_dynamic_parameter_interventions = {
infection_threshold1: {"p_cbeta": torch.tensor(0.3)}
infection_threshold1: {"p_tr": torch.tensor(10.0)}
}

infection_threshold2 = make_var_threshold("I", torch.tensor(400.0))
Expand Down

0 comments on commit ee27f97

Please sign in to comment.