-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dependencies #349
Dependencies #349
Conversation
…or messages Signed-off-by: BOUTIER Charly <charly.boutier@rte-france.com>
Signed-off-by: BOUTIER Charly <charly.boutier@rte-france.com>
Signed-off-by: BOUTIER Charly <charly.boutier@rte-france.com>
Adds equipment information on problematic VSC and Busbar index
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
There is still a bug to fix that can be visualized through the |
...-store-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/tck/MergeNetworkTest.java
Outdated
Show resolved
Hide resolved
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/DanglingLineImpl.java
Outdated
Show resolved
Hide resolved
public BusView getBusView() { | ||
return busView; | ||
public Iterable<VoltageAngleLimit> getVoltageAngleLimits() { | ||
return new ArrayList<>(); |
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.
why not throw "TODO" everywhere?
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.
Because it'll break things that used to work that now go through these methods (for exemple cgmes export)
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/TieLineAdderImpl.java
Outdated
Show resolved
Hide resolved
//FIXME | ||
} | ||
|
||
@Test |
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.
It's a problem that those methods are package private in powsybl-core nope ?
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 don't see what the problem would be ?
...-store-iidm-impl/src/test/java/com/powsybl/network/store/iidm/impl/tck/MergeNetworkTest.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
...k-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/NodeBreakerViewImpl.java
Outdated
Show resolved
Hide resolved
network-store-iidm-impl/src/main/java/com/powsybl/network/store/iidm/impl/TerminalImpl.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.
Improve BFS implementation and fix compilation error in MergeNetworkTest.
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
var resource = getResource(); | ||
|
||
index.notifyBeforeRemoval(this); | ||
|
||
if (updateDanglingLines) { |
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.
We should remove this code if it doesn't work. And we implement it later
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com> Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
3b0b445
to
52505c0
Compare
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
Signed-off-by: Abdelsalem <46495975+AbdelHedhili@users.noreply.github.com>
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
SonarCloud Quality Gate failed. 0 Bugs 69.8% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
powsybl dependencies 2023.3.1