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
In line 514 of osemosy.py, the declaration of variable model.VariableOperatingCost = Var(
should be ommited. This variable is not used elsewhere throughout the osemosy.py and is confused with the model.AnnualVariableOperatingCost
line 508
The text was updated successfully, but these errors were encountered:
In line 514 of osemosy.py, the declaration of variable
model.VariableOperatingCost = Var(
should be ommited. This variable is not used elsewhere throughout the osemosy.py and is confused with the
model.AnnualVariableOperatingCost
line 508
The text was updated successfully, but these errors were encountered: