-
Notifications
You must be signed in to change notification settings - Fork 43
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
Merged
Merged
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
8961560
to
9856112
Compare
41c86e1
to
aa54c0f
Compare
3e0fb3d
to
506923f
Compare
ab05f38
to
235961a
Compare
e21e58d
to
5ddd369
Compare
0aed252
to
254e52f
Compare
d247ded
to
9600aad
Compare
254e52f
to
274ff3f
Compare
0853dca
to
ebe5ab4
Compare
ebe5ab4
to
2e3bee4
Compare
|
olperr1
reviewed
Nov 15, 2024
cgmes/cgmes-conversion/src/main/java/com/powsybl/cgmes/conversion/CgmesExport.java
Outdated
Show resolved
Hide resolved
2e3bee4
to
1bd9e11
Compare
olperr1
requested changes
Jan 29, 2025
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Outdated
Show resolved
Hide resolved
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Outdated
Show resolved
Hide resolved
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Outdated
Show resolved
Hide resolved
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Show resolved
Hide resolved
olperr1
requested changes
Feb 4, 2025
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Outdated
Show resolved
Hide resolved
...nversion/src/test/java/com/powsybl/cgmes/conversion/test/OperationalLimitConversionTest.java
Show resolved
Hide resolved
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
fa914cd
to
e1b770e
Compare
Signed-off-by: Romain Courtier <[email protected]>
Signed-off-by: Romain Courtier <[email protected]>
olperr1
approved these changes
Feb 10, 2025
|
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: