-
Notifications
You must be signed in to change notification settings - Fork 134
[WIP] Add initial support for swtiches #724
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
Open
BDonnot
wants to merge
2
commits into
dev_1.12.2
Choose a base branch
from
dev-switches
base: dev_1.12.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* initial commit with possible ideas [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * a first possible solution, will see if it works or not [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improving on the detailed topology representation [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * first working POC on ieee grid and for backend actions, no regular action, no observation yet Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fixing 'legacy' import when no switches are defined Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fixing a broken test Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * trying to fix readthedocs [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * trying to fix readthedocs [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * WIP, fixing read the docs Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * start to add the switches action side, will require more time Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fixing an error in the action Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * before solving conflicts Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix a bug after merging Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * in the refacto for the connectivity node + synch with master [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * model with the connectivity nodes seems consistent, need to fix tests and implement two main methods [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * tests for detailed topo now pass again Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * bump to upload / download artifact v4 Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fight with github ci and node.js again Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * adding function to convert switches state to topo_vect, need more tests [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * ready for detailed_topo class itself, now let's add action and later observation [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * start to implement the action module for switches Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * attempt to fix CI and nodejs complaining about kernel version Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix broken tests after the change from IllegalAction to AmbiguousAction Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * CI should be fixed, possible to do switch actions, need backend support and observation too Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * start implementation -required...- for converting nodal to switch topology Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improving the representation of detailed topo [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * first version of detailed topo with generic topology Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix a bug due to shunt when all shunts are disconnected Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * add more tests, fix issues when setting topology of multiple substations Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * some work to do for topologies similar to real ones [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix a bug, seems to work now [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * more test pass [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improving detailed top [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improving detailed top [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improve the algo [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * add lots of test for detailed topo description Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fixing broken test (topo_vect is the full vector and not only the substation) Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * setting up independant tests for detailed topology - can take quite some time Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix broken test due to imports Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * working on the detailed topology description, for backend [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improving the switch support in backend action Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * add the 'get_XXX_info' method and the possibility to reset with new thermal limtis Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improve handling of detailed topology Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * Fix merge Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com> * synch with dev_1.12.0 * fix a bug in merge of BaseAction Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some broken tests after integration Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some other tests Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * ready to make proper integration tests for the feature, with backend not supporting switches first Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * tests seem to pass Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * optimize grid2Op action building [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * start to optimize action [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fixing errors in CI Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * increase version number: 1.12.2.dev0 Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some errors Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix github ci for extended test suite about the switches Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improve parralelism in grid2op circleci test suite Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some broken tests after merge Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * (undo) improve parralelism in grid2op circleci test suite Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * improve building of the reference attribute Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix issues Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * some addition for definition of classes Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * some more fixes, but some other bugs Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some issues in CI Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some issues on sonarqube [skip ci] Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix some issues on sonarqube Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * removing commented out code Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> * fix unused import in unused script Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> --------- Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com> Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com> Co-authored-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com> Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
cc899e6 to
191dfbb
Compare
|
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Feature working for the action part