From d37927d78bbf256300d714a00fe0ca39d5a44488 Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 20 Oct 2020 14:45:01 +0200 Subject: [PATCH] update baseline_model fixture --- 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 72f0c708..14424eec 100644 --- a/cara/tests/test_known_quantities.py +++ b/cara/tests/test_known_quantities.py @@ -25,8 +25,8 @@ def test_no_mask_emission_rate(baseline_model): @pytest.fixture def baseline_model(): model = models.Model( - room=models.Room(volume=75), - ventilation=models.Ventilation(), + room=models.Room(volume=75, window_height=1.6, opening_length=0.6), + ventilation=models.PeriodicWindow(period=120, duration=120, inside_temp=293, outside_temp=283, cd_b=0.6), infected=models.InfectedPerson( virus=models.Virus.types['SARS_CoV_2'], present_times=((0, 4), (5, 8)),