From 8ea055a8e107f8d4534d6831445f2361da0f3520 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 23 May 2024 09:57:03 +0200 Subject: [PATCH] changed docstring for expected_new_cases method --- caimira/models.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/caimira/models.py b/caimira/models.py index 9275fb77..441b70ff 100644 --- a/caimira/models.py +++ b/caimira/models.py @@ -1817,10 +1817,10 @@ class ExposureModel: "with dynamic occupancy") """ - The expected_new_cases has two different use case scenarios: - 1) Long-range only: take the infection_probability and multiply by the occupants exposed to long-range. - 2) Short- and long-range: take the infection_probability of long-range multiplied by the occupants exposed to long-range only, added - to the infection_probability of short- and long-range multiplied by the occupants exposed to short-range only. + The expected_new_cases may provide one or two different outputs: + 1) Long-range exposure: take the infection_probability and multiply by the occupants exposed to long-range. + 2) Short- and long-range exposure: take the infection_probability of long-range multiplied by the occupants exposed to long-range only, + plus the infection_probability of short- and long-range multiplied by the occupants exposed to short-range only. """ if self.short_range != ():