impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

Weather source HDD/CDD doesn't handle missing data well #93

Closed philngo closed 8 years ago

philngo commented 8 years ago

If a single date is missing data, the weather_source.hdd(period,unit,base) function returns NaN.

philngo commented 8 years ago

e7494980f1daac51eb1faa3e09b5f24dfb828866 addresses this by masking NaNs