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
For GenericInvestmentStorageBlock the parameter balanced has no effect and the behavior is always what you would expect to observe for balanced=False.
To reproduce this behavior run the following code where a system with
a bus,
a source, and
4 different storages (invest vs. non-invest and balanced True vs. False) without outflow into the system
is specified.
All storages are emptied using a loss rate and can be refilled by a source. The expected behavior is, that balanced storages are refilled while unbalanced storages are not to minimize the system's costs.
As you can see this behavior differs for the invest balanced storage (Storage 4), showing that the parameter balanced is neglected here.
For GenericInvestmentStorageBlock the parameter balanced has no effect and the behavior is always what you would expect to observe for balanced=False.
To reproduce this behavior run the following code where a system with
is specified.
All storages are emptied using a loss rate and can be refilled by a source. The expected behavior is, that balanced storages are refilled while unbalanced storages are not to minimize the system's costs.
As you can see this behavior differs for the invest balanced storage (Storage 4), showing that the parameter balanced is neglected here.
Console output:
The text was updated successfully, but these errors were encountered: