From f5c11fc2dc8451da2e0c10a0387b42abb265fd58 Mon Sep 17 00:00:00 2001 From: markus Date: Fri, 12 Feb 2021 12:39:32 +0100 Subject: [PATCH] attempt to satisfy mypy --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 592aced5..bce9938a 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -602,7 +602,7 @@ def buonanno_exposure_model() -> MCExposureModel: room=models.Room(volume=800), ventilation=models.AirChange(active=models.PeriodicInterval(period=120, duration=120), air_exch=0.5), - infected=BuonannoSpecificInfectedPopulation(virus=MCVirus(halflife=1.1), + infected=BuonannoSpecificInfectedPopulation(virus=MCVirus(halflife=1.1), # type: ignore samples=1) # type: ignore ), exposed=models.Population(