From 4c3d81c953a6c825642e3698bbd02a003e8528b5 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Wed, 15 Sep 2021 11:29:10 +0200 Subject: [PATCH] Docstringfor exposure_between_bounds changed --- cara/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/models.py b/cara/models.py index d75818cb..32f2a64d 100644 --- a/cara/models.py +++ b/cara/models.py @@ -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.