Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example 3 output files are faulty. #501

Open
AndreasEppler opened this issue Nov 26, 2024 · 0 comments
Open

Example 3 output files are faulty. #501

AndreasEppler opened this issue Nov 26, 2024 · 0 comments
Assignees

Comments

@AndreasEppler
Copy link
Collaborator

Three different issues are mentioned in the following: The second and third issue were already present before the most recent version.

  1. 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.
    image
    Where the market_dispatch looked like this before:
    image
    Now, the electrolyzer power is always zero (or very close to):
    image

  2. The power of the electrolyzer should be restricted by 7:
    image
    However, it shows power values of 6.7179 (this was already the case before the most recent changes).
    image
    After the update, this number is also present in the volume of the market_orders file.
    image

  3. The unit_dispatch file is strangely sorted:
    Before most recent changes:
    image
    After the most recent changes:
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants