changed virus to virions

This commit is contained in:
Luis Aleixo 2021-08-20 16:45:36 +02:00
parent ab181b5345
commit 67b6044219

View file

@ -894,7 +894,7 @@ class ExposureModel:
return exposure * self.repeats
def exposure(self) -> _VectorisedFloat:
"""The number of virus per meter^3 for the full simulation time."""
"""The number of virions per meter^3 for the full simulation time."""
if self.exposed.presence.transition_times():
return self.exposure_vs_time(max(self.exposed.presence.transition_times()))
else: