-
Notifications
You must be signed in to change notification settings - Fork 41
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
CGMES conversion switch test #3181
Open
rcourtier
wants to merge
6
commits into
main
Choose a base branch
from
switch_test
base: main
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 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
rcourtier
force-pushed
the
switch_test
branch
2 times, most recently
from
October 15, 2024 15:45
d54c83d
to
aad604c
Compare
rcourtier
force-pushed
the
switch_test
branch
from
October 16, 2024 15:08
aad604c
to
b9b8fc8
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 18, 2024 06:46
ab05f38
to
235961a
Compare
rcourtier
force-pushed
the
switch_test
branch
2 times, most recently
from
October 18, 2024 11:20
88b2b58
to
7261a62
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 30, 2024 09:23
0aed252
to
254e52f
Compare
rcourtier
force-pushed
the
switch_test
branch
from
October 30, 2024 09:55
83dc2c9
to
ea2377b
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 30, 2024 13:30
254e52f
to
274ff3f
Compare
rcourtier
force-pushed
the
switch_test
branch
from
October 30, 2024 15:03
ea2377b
to
fc1fe6b
Compare
…a simpler network file Signed-off-by: Romain Courtier <[email protected]>
…simpler network file Signed-off-by: Romain Courtier <[email protected]>
…of a modified conformity file Signed-off-by: Romain Courtier <[email protected]>
…w a small network instead of an entsoe conformity-modified one Signed-off-by: Romain Courtier <[email protected]>
…test using a simple network file. Signed-off-by: Romain Courtier <[email protected]>
…rminals associated to the same topological node). Signed-off-by: Romain Courtier <[email protected]>
rcourtier
force-pushed
the
switch_test
branch
from
November 8, 2024 10:44
fc1fe6b
to
8de39d8
Compare
Quality Gate passedIssues Measures |
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.
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
New unit tests
What is the current behavior?
Switch tests are using modified conformity networks
What is the new behavior (if this is a feature change)?
Switch tests are using simple networks
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
The following methods of
CgmesConformity1ModifiedCatalog
, were removed:miniNodeBreakerLoadBreakSwitch()
miniNodeBreakerProtectedSwitch()
miniNodeBreakerInternalLineZ0()
miniNodeBreakerTerminalDisconnected()
microGridBaseCaseNLSwitchWithoutName()
microGridBaseCaseNLSwitchTypePreserved()
miniGridNodeBreakerSwitchTypePreserved()
They were used for unit testing, but they relied on big CGMES files ; this slowed the tests execution. If you still need to use them, you can retrieve the methods at this URL and the corresponding CGMES files in this directory.
Other information: