opengridcc / opengrid-dev

Open source building monitoring, analysis and control
Apache License 2.0
26 stars 21 forks source link

KMI solar duration bug fix #178

Closed JrtPec closed 7 years ago

JrtPec commented 7 years ago

Small bug: If you selected to show the KMI solar duration as minutes, but there were invalid times (NaT), Pandas would automatically parse the whole column as times while the other values were ints, resulting in wrong values. Fix is to use NaN instead of NaT when solar duration is asked in minutes.

JrtPec commented 7 years ago

I still don't know why my git keeps on showing all previous commits, when I obviously just merged the main branch...