-
Notifications
You must be signed in to change notification settings - Fork 0
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
adjusting regulating when modifying phase tap changer #537
Conversation
...java/org/gridsuite/modification/server/modifications/TwoWindingsTransformerModification.java
Outdated
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.
Doesn't compile anymore because of the recent merge of my refacto (that you reviewed) : #524
Also can you please comment the ticket with your answers to the questions asked by the PO at the end of the orignal ticket ? I cannot understand if the issue is solved just with your code.
...java/org/gridsuite/modification/server/modifications/TwoWindingsTransformerModification.java
Outdated
Show resolved
Hide resolved
6cad24e
to
6db2232
Compare
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.
Small remark : I wonder how this "regulating" value is handled in this network modification now that we don't automatically set it to true. I didn't find how to modify it in the current interface.
Might be good to see this with a PO.
Share the same question???? In my opinion, we should have a PR for the frontend to compute isRegulating in certain case. It seems that isRegulating in TapChangerModificationInfos is never passed from the front-end |
03ca6f8
to
5034152
Compare
...java/org/gridsuite/modification/server/modifications/TwoWindingsTransformerModification.java
Outdated
Show resolved
Hide resolved
...java/org/gridsuite/modification/server/modifications/TwoWindingsTransformerModification.java
Outdated
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.
I wrote a lot about the regulation mode. If this is not clear just ask me.
...java/org/gridsuite/modification/server/modifications/TwoWindingsTransformerModification.java
Outdated
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.
Could you add an additional test method for the creation of extension, pls? with name e.g. testPhaseTapChangerRegulationCreation(), I see in the code coverage, it does not yet cover some required modifications, e.g https://sonarcloud.io/code?id=org.gridsuite%3Anetwork-modification-server&pullRequest=537&selected=org.gridsuite%3Anetwork-modification-server%3Asrc%2Fmain%2Fjava%2Forg%2Fgridsuite%2Fmodification%2Fserver%2Fmodifications%2FTwoWindingsTransformerModification.java&line=293
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
.../org/gridsuite/modification/server/modifications/TwoWindingsTransformerModificationTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
* Revert mistake in previous commit * fix regulating when modifying phase tap changer (renamming proposition )
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
decb2a4
to
2684fce
Compare
Signed-off-by: Etienne LESOT <[email protected]>
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.
Test OK, Code OK
Signed-off-by: Etienne LESOT <[email protected]>
Quality Gate passedIssues Measures |
No description provided.