correct type hint on q_air_mech
This commit is contained in:
parent
aa3a58caae
commit
0a3785c2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue