We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.2
windows 10
Bug found doing code inspection: i think on: https://github.com/rte-france/Grid2Op/blob/51854262d02d96c1ee1798a78a86661d1ff971a1/grid2op/Action/BaseAction.py#L2814 it should be: curtailment["changed"] = True
curtailment["changed"] = True
The text was updated successfully, but these errors were encountered:
Thanks for noticing.
We'll address it asap.
Sorry, something went wrong.
adressing Grid2op#364
69afb2c
adding test for Grid2op#364
98fe64a
Successfully merging a pull request may close this issue.
Environment
1.7.2
windows 10
Bug description
Bug found doing code inspection:
i think on:
https://github.com/rte-france/Grid2Op/blob/51854262d02d96c1ee1798a78a86661d1ff971a1/grid2op/Action/BaseAction.py#L2814
it should be:
curtailment["changed"] = True
How to reproduce
Command line
Code snippet
Current output
Expected output
The text was updated successfully, but these errors were encountered: