-
Notifications
You must be signed in to change notification settings - Fork 42
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 operational limit tests #3177
Open
rcourtier
wants to merge
7
commits into
main
Choose a base branch
from
operational_limits_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
operational_limits_test
branch
from
October 15, 2024 15:57
8961560
to
9856112
Compare
rcourtier
force-pushed
the
operational_limits_test
branch
from
October 16, 2024 09:51
41c86e1
to
aa54c0f
Compare
rcourtier
changed the title
CGMES import operationallimit tests
CGMES conversion operationallimit tests
Oct 16, 2024
rcourtier
changed the title
CGMES conversion operationallimit tests
CGMES conversion operational limit tests
Oct 16, 2024
rcourtier
force-pushed
the
operational_limits_test
branch
2 times, most recently
from
October 16, 2024 15:06
3e0fb3d
to
506923f
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 18, 2024 06:46
ab05f38
to
235961a
Compare
rcourtier
force-pushed
the
operational_limits_test
branch
2 times, most recently
from
October 18, 2024 12:24
e21e58d
to
5ddd369
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 30, 2024 09:23
0aed252
to
254e52f
Compare
rcourtier
force-pushed
the
operational_limits_test
branch
from
October 30, 2024 09:57
d247ded
to
9600aad
Compare
rcourtier
force-pushed
the
node_containers_test
branch
from
October 30, 2024 13:30
254e52f
to
274ff3f
Compare
rcourtier
force-pushed
the
operational_limits_test
branch
2 times, most recently
from
October 31, 2024 13:50
0853dca
to
ebe5ab4
Compare
…er and read the files using the static method in ConversionUtil Signed-off-by: Romain Courtier <[email protected]>
…network instead of an entsoe conformity-modified one Signed-off-by: Romain Courtier <[email protected]>
…attached to an ACLineSegment with no EquipmentContainer. Signed-off-by: Romain Courtier <[email protected]>
…t value Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
…ork instead of an entsoe conformity modified one. Signed-off-by: Romain Courtier <[email protected]>
…l network instead of an entsoe conformity modified one. Signed-off-by: Romain Courtier <[email protected]>
rcourtier
force-pushed
the
operational_limits_test
branch
from
November 8, 2024 10:10
ebe5ab4
to
2e3bee4
Compare
Quality Gate passedIssues Measures |
olperr1
reviewed
Nov 15, 2024
cgmes/cgmes-conversion/src/main/java/com/powsybl/cgmes/conversion/CgmesExport.java
Show resolved
Hide resolved
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?
OperationalLimit test is using modified conformity network
What is the new behavior (if this is a feature change)?
OperationalLimit test is using simple network
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:microGridBaseCaseBEUndefinedPatl()
microGridBaseCaseBELimits()
microGridBaseCaseBEMissingLimitValue()
miniNodeBreakerLimitsforEquipment()
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: