Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It seems like the following line

time_series_total = time_series_total + time_series

instead of this line

time_series_total = time_series_total.operator+(time_series)

does the trick.