Changing the r0 for June in tests, following the enforcement of a minimum temperature difference
This commit is contained in:
parent
ff6f61e9c1
commit
103c820ada
1 changed files with 2 additions and 2 deletions
|
|
@ -471,7 +471,7 @@ def build_exposure_model(concentration_model):
|
|||
"month, expected_r0",
|
||||
[
|
||||
['Jan', 91.06953],
|
||||
['Jun', 99.46692],
|
||||
['Jun', 99.995335],
|
||||
],
|
||||
)
|
||||
def test_r0_hourly_dep(month,expected_r0):
|
||||
|
|
@ -489,7 +489,7 @@ def test_r0_hourly_dep(month,expected_r0):
|
|||
"month, expected_r0",
|
||||
[
|
||||
['Jan', 91.19912],
|
||||
['Jun', 99.59226],
|
||||
['Jun', 99.997324],
|
||||
],
|
||||
)
|
||||
def test_r0_hourly_dep_refined(month,expected_r0):
|
||||
|
|
|
|||
Loading…
Reference in a new issue