diff --git a/cara/tests/test_monte_carlo_full_models.py b/cara/tests/test_monte_carlo_full_models.py index 411a2778..52dcf46b 100644 --- a/cara/tests/test_monte_carlo_full_models.py +++ b/cara/tests/test_monte_carlo_full_models.py @@ -249,12 +249,12 @@ def skagit_chorale_mc(): @pytest.mark.parametrize( "mc_model, expected_pi, expected_new_cases, expected_dose, expected_ER", [ - ["shared_office_mc", 2.3, 0.069, 57.24, 654], - ["classroom_mc", 16.1, 3.06, 780.0, 28464], - ["ski_cabin_mc", 4.4, 0.13, 35.94, 7404], - ["gym_mc", 0.57, 0.16, 0.7842, 1968], - ["waiting_room_mc", 2.02, 0.28, 34.26, 3534], - ["skagit_chorale_mc",11.42, 6.85, 190.0, 141400], + ["shared_office_mc", 2.3, 0.069, 12.18, 138], + ["classroom_mc", 16.1, 3.06, 151.28, 5907], + ["ski_cabin_mc", 4.4, 0.13, 7.23, 1507], + ["gym_mc", 0.57, 0.16, 0.4852, 1145], + ["waiting_room_mc", 2.02, 0.28, 7.23, 779], + ["skagit_chorale_mc",11.42, 6.85, 36.55, 28572], ] ) def test_report_models(mc_model, expected_pi, expected_new_cases, @@ -275,10 +275,10 @@ def test_report_models(mc_model, expected_pi, expected_new_cases, @pytest.mark.parametrize( "mask_type, month, expected_pi, expected_dose, expected_ER", [ - ["No mask", "Jul", 11.68, 4.93, 3894], - ["Type I", "Jul", 2.12, 15.41, 702], - ["FFP2", "Jul", 0.66, 15.62, 702], - ["Type I", "Feb", 0.73, 4.58, 702], + ["No mask", "Jul", 11.68, 84.93, 838], + ["Type I", "Jul", 2.12, 15.41, 147], + ["FFP2", "Jul", 0.66, 15.62, 160], + ["Type I", "Feb", 0.73, 4.58, 151], ], ) def test_small_shared_office_Geneva(mask_type, month, expected_pi,