Docstringfor exposure_between_bounds changed
This commit is contained in:
parent
4388de9ed1
commit
4c3d81c953
1 changed files with 1 additions and 1 deletions
|
|
@ -878,7 +878,7 @@ class ExposureModel:
|
|||
fraction_deposited: _VectorisedFloat = 0.6
|
||||
|
||||
def exposure_between_bounds(self, time1: float, time2: float) -> _VectorisedFloat:
|
||||
"""The number of virions per meter^3 from model start to the given stop."""
|
||||
"""The number of virions per meter^3 between any two times."""
|
||||
for start, stop in self.exposed.presence.boundaries():
|
||||
if start > time2:
|
||||
result = 0.
|
||||
|
|
|
|||
Loading…
Reference in a new issue