Skip to content
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

Rework missing voltage level test (remove conformity modified file) #3180

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

rcourtier
Copy link
Member

@rcourtier rcourtier commented Oct 11, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

Rework an existing test

What is the current behavior?

CGMES completion test is using a modified conformity network

What is the new behavior (if this is a feature change)?

CGMES completion test is using a simple network

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

The following method of CgmesConformity1ModifiedCatalog, was removed:

  • miniGridNodeBreakerMissingVoltageLevel()

It was used for unit testing, but it relied on big CGMES files ; this slowed the tests execution. If you still need to use it, you can retrieve the method at this URL and the corresponding CGMES files in this directory.

… a modified conformity one

Signed-off-by: Romain Courtier <romain.courtier@rte-france.com>
@rcourtier rcourtier force-pushed the missing_voltagelevel_preprocessor_test branch from 5e5d68a to 0e5c704 Compare October 30, 2024 09:54
@rcourtier rcourtier marked this pull request as ready for review October 30, 2024 09:57
@rcourtier rcourtier requested a review from zamarrenolm October 31, 2024 14:24
Copy link

sonarqubecloud bot commented Nov 4, 2024

@olperr1 olperr1 added the Breaking Change API is broken label Nov 4, 2024
@olperr1 olperr1 merged commit 081e93c into main Nov 4, 2024
7 checks passed
@olperr1 olperr1 deleted the missing_voltagelevel_preprocessor_test branch November 4, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants