From 103c820adad27fe89fa680020096b57672aadcff Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Wed, 11 Nov 2020 14:13:23 +0100 Subject: [PATCH] Changing the r0 for June in tests, following the enforcement of a minimum temperature difference --- cara/tests/test_known_quantities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cara/tests/test_known_quantities.py b/cara/tests/test_known_quantities.py index 336751f9..d621f31d 100644 --- a/cara/tests/test_known_quantities.py +++ b/cara/tests/test_known_quantities.py @@ -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):