-
Notifications
You must be signed in to change notification settings - Fork 119
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
A problem about flow_bus_matrix method. #220
Comments
Hello, Thanks for reporting this issue. I just fixed in the branch development. It will be included in the next release (coming soon, this week or the next) |
The bugfix is available in the "development" version of grid2op that you can install with: |
Oh, thank you very much! I just tried this new version and it worked! @BDonnot |
I am reoppening this issue because the fix is not pushed on pypi (yet) and other people can encounter this issue with version 1.5.2 (last stable release). I will close it after the fix is stable :-) EDIT: by "fix is stable" I mean "the fix i made is merged in the stable package version". This fix is final, in the sense that except if another bug is found, the fix will stay "as is" :-) |
OK, I understand. Thanks again! @BDonnot |
Fixed and merged in version 1.6.0, now available on pypi |
Environment
1.5.2
ubuntu18.04
Bug description
In the l2rpn_case14_sandbox environment, if I perform an action related to disconnection, the flow bus matrix can not be obtained, and because of this, I can not get the networkx graph either.
How to reproduce
Code snippet
Current output
Expected output
The text was updated successfully, but these errors were encountered: