-
Notifications
You must be signed in to change notification settings - Fork 6
Fix tap position when setting low tap position #521
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
Conversation
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
...rk-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChanger.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/PhaseTapChangerImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
...e-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/tck/SwitchSetRetainedTest.java
Outdated
Show resolved
Hide resolved
...-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/TwoWindingsTransformerTest.java
Show resolved
Hide resolved
...-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/TwoWindingsTransformerTest.java
Outdated
Show resolved
Hide resolved
...-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/TwoWindingsTransformerTest.java
Show resolved
Hide resolved
Update PR description |
...rk-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChanger.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/PhaseTapChangerImpl.java
Outdated
Show resolved
Hide resolved
...e-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/tck/SwitchSetRetainedTest.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]>
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.
Up to you but I would revert some changes and put another method in the abstract class.
(check the changes I propose, I might have missed a required change)
...rk-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChanger.java
Outdated
Show resolved
Hide resolved
...rk-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChanger.java
Outdated
Show resolved
Hide resolved
...-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChangerStepsReplacer.java
Outdated
Show resolved
Hide resolved
...-impl/src/main/java/com/powsybl/network/store/iidm/impl/AbstractTapChangerStepsReplacer.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/PhaseTapChangerImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/PhaseTapChangerImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/RatioTapChangerImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/RatioTapChangerImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Etienne LESOT <[email protected]>
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.
LGTM
|
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?
bug fix
What is the current behavior?
when the low tap position is set position is not managed
What is the new behavior (if this is a feature change)?
deplacing the position according to a new low tap position set
Does this PR introduce a breaking change or deprecate an API?