From e7e54cd1298112ae347f93edb4faeca15a3035ec Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Thu, 5 Nov 2020 20:50:36 +0100 Subject: [PATCH] Fixing docstring of Ventilation class --- cara/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cara/models.py b/cara/models.py index 35460810..6b1be170 100644 --- a/cara/models.py +++ b/cara/models.py @@ -165,8 +165,8 @@ class Ventilation: @abstractmethod def air_exchange(self, room: Room, time: float) -> float: """ - Returns the rate at which air is being exchanged in the given room per - cubic meter at a given time (in hours). + Returns the rate at which air is being exchanged in the given room + at a given time (in hours). Note that whilst the time is known inside this function, it may not be used to vary the result unless the specific time used is declared