RWTH-EBC / richardsonpy

Python version of Richardson tool
GNU General Public License v3.0
17 stars 5 forks source link

OSError when using occupancy class with non-int number of persons (such as 1.0) #16

Closed JSchiefelbein closed 5 years ago

JSchiefelbein commented 5 years ago

The occupancy data sets load pathes are based on the input for the number of people (assuming an integer). This causes an error when a non-integer is used (such as float 1.0 for number of persons).