David Blum

Results 75 comments of David Blum

Considering use of https://github.com/pvlib/pvlib-python.

This issue is related to https://github.com/lbl-srg/MPCPy/issues/28.

Yes, https://github.com/lbl-srg/modelica-buildings/pull/3165 should be merged first. In that PR, the factors in question in https://github.com/lbl-srg/modelica-buildings/pull/3093#issuecomment-1384480665 are effectively moved to defaults within a base model (Buildings.Experimental.DHC.Loads.BaseClasses.Examples.BaseClasses.BuildingTimeSeries) so they won't have to...

Sounds good, thanks @mwetter!

This is being addressed now together with https://github.com/lbl-srg/modelica-buildings/issues/3431.

Closed by https://github.com/lbl-srg/modelica-buildings/pull/3642.

That's great, thank you!

This workflow should address estimation and validation as well.

There are additional errors in ``exodata.py`` when dealing with DST and reading epw files: ``` Traceback (most recent call last): File "/home/dhbubu/git/mpcpy/MPCPy/unittests/test_optimization.py", line 526, in setUp weather.collect_data(start_time_exodata, final_time_exodata); File "/home/dhbubu/git/mpcpy/MPCPy/mpcpy/exodata.py",...