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