FZJ-IEK3-VSA / FINE

The FINE python package provides a framework for modeling, optimizing and assessing energy systems
https://vsa-fine.readthedocs.io
Other
71 stars 40 forks source link

Bug in the lopf subclass #21

Closed dcaglayan closed 5 years ago

dcaglayan commented 5 years ago

phaseAngleVariablesOptimum is overwritten by operationVariablesOptimum in LOPF subclass.

In the setOptimalValues function under lopf, "self.operationVariablesOptimum" should be changed to "self.phaseAngleVariablesOptimum"