attempt to satisfy mypy
This commit is contained in:
parent
5e29093d76
commit
f5c11fc2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue