architecture-building-systems / sia_380-1-full_version

This code is the python implemented form of SIA380-1. It is not a simplified version.
4 stars 1 forks source link

heating sizing crashes when there are no heating hours #120

Closed Linwal closed 3 years ago

Linwal commented 3 years ago

When there are no heating hours identified in the hourly simulation, self.heating_hours will be an empty array. The percentile is then unable to find a value and the simulation crashes.

Linwal commented 3 years ago

Fixed in #121