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
Three different issues are mentioned in the following: The second and third issue were already present before the most recent version.
With the most recent changes implementing the fast Pandas library, the electrolyzer forecaster was changed from a CSV Forecaster to a NaiveForecast. With this, a major learning of the tutorial is removed.
Where the market_dispatch looked like this before:
Now, the electrolyzer power is always zero (or very close to):
The power of the electrolyzer should be restricted by 7:
However, it shows power values of 6.7179 (this was already the case before the most recent changes).
After the update, this number is also present in the volume of the market_orders file.
The unit_dispatch file is strangely sorted:
Before most recent changes:
After the most recent changes:
The text was updated successfully, but these errors were encountered:
Three different issues are mentioned in the following: The second and third issue were already present before the most recent version.
With the most recent changes implementing the fast Pandas library, the electrolyzer forecaster was changed from a CSV Forecaster to a NaiveForecast. With this, a major learning of the tutorial is removed.
Where the
market_dispatch
looked like this before:Now, the electrolyzer power is always zero (or very close to):
The power of the electrolyzer should be restricted by 7:
However, it shows power values of 6.7179 (this was already the case before the most recent changes).
After the update, this number is also present in the volume of the
market_orders
file.The
unit_dispatch
file is strangely sorted:Before most recent changes:
After the most recent changes:
The text was updated successfully, but these errors were encountered: