Fixed bug on frequency and duration on natural ventilation
Fixed https://gitlab.cern.ch/cara/cara/-/issues/261
The calculation of the start time for the PeriodicInterval
was considering the minutes_since_midnight
and not the hours since midnight. This was leading to wrong results when calculating the respective interval boundings.
Fixed by dividing the start
time by 60
- minutes to hours.
Edited by Luis Aleixo