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
I noticed that the HpModel calls calculateNextState in the method calculateActivePower while the ChpModel doesn't. Since both are supposed to stateful maybe that should happen the same way in both models?
I think the underlying problem is that ChpModel makes use of the mutable state of MutableStorage, while it should be converted to use ThermalStorageState like HpModel does. After solving this, MutableStorage and related deprecated functionality should be removed.
So to me, this issue is valid, although currently not at a high prio.
I noticed that the HpModel calls
calculateNextState
in the methodcalculateActivePower
while theChpModel
doesn't. Since both are supposed to stateful maybe that should happen the same way in both models?Originally posted by @t-ober in #82 (comment)
The text was updated successfully, but these errors were encountered: