-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add new CountryEICode #169
Conversation
Signed-off-by: Caio Luke <[email protected]>
glsk/glsk-commons/src/main/java/com/powsybl/glsk/commons/CountryEICode.java
Show resolved
Hide resolved
glsk/glsk-commons/src/main/java/com/powsybl/glsk/commons/CountryEICode.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the refactoring !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the test coverage !
Thank you for this PR ! |
Signed-off-by: Caio Luke <[email protected]>
Quality Gate passedIssues Measures |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Feature
What is the current behavior?
Country EIC 10YDE-VE-------2 is missing from the API, even though is a valid one.
Valid EIC are listed here: https://www.entsoe.eu/data/energy-identification-codes-eic/eic-approved-codes/
EIC Type Code: Area Y
EIC Code: 10YDE-VE-------2
What is the new behavior (if this is a feature change)?
Added missing Country EIC, as well as adding tests for some existing Country EICs.
Does this PR introduce a breaking change or deprecate an API?