correct type hint on q_air_mech

This commit is contained in:
markus 2020-10-20 16:31:20 +02:00
parent aa3a58caae
commit 0a3785c2d1

View file

@ -61,7 +61,7 @@ class PeriodicHEPA(Ventilation):
period: int #: How often the HEPA is switched on (minutes)
duration: int #: How long the HEPA remains switched on for (minutes)
q_air_mech: int #: The rate at which the HEPA exchanges air (when switched on)
q_air_mech: float #: The rate at which the HEPA exchanges air (when switched on)
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