You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mergebuses is a required argument if you set mergeLinkBuses to True. It's a list specifying the names of buses to be merged. In this case you would need to set it to ["electricity", "space_heat", "domestic_hot_water"]. This would be changed in my next updates to optihood, the idea is to have only mergebuses and get rid of the mergeLinkBuses boolean parameter.
The example for the configuration file is no longer complete.
Some changes to the
EnergyNetwork
have broken the example.I think
mergeBuses
is a required argument tosetFromExcel
.When it stays
None
, the following error is raised:https://github.com/SPF-OST/optihood/blob/main/optihood/buildings.py line 108.
The text was updated successfully, but these errors were encountered: