From e16c11baefd097623de2e4dfbe95f5da96acff95 Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 23 Feb 2021 11:59:33 +0100 Subject: [PATCH] change ventilation type --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index b8351d18..333b9b33 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -260,7 +260,7 @@ class MCInfectedPopulation(MCPopulation): @dataclass(frozen=True) class MCConcentrationModel: room: models.Room - ventilation: models.Ventilation + ventilation: models._VentilationBase infected: MCInfectedPopulation @property