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

Dependencies #349

Merged
merged 22 commits into from
Oct 30, 2023
Merged

Dependencies #349

merged 22 commits into from
Oct 30, 2023

Conversation

AbdelHedhili
Copy link
Member

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)

What kind of change does this PR introduce?
powsybl dependencies 2023.3.1

BOUTIER Charly and others added 10 commits August 1, 2023 10:21
…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>
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>
@AbdelHedhili AbdelHedhili self-assigned this Oct 23, 2023
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
@AbdelHedhili
Copy link
Member Author

There is still a bug to fix that can be visualized through the TieLineTest test class

public BusView getBusView() {
return busView;
public Iterable<VoltageAngleLimit> getVoltageAngleLimits() {
return new ArrayList<>();
Copy link
Collaborator

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?

Copy link
Member Author

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)

@etiennehomer etiennehomer self-requested a review October 25, 2023 13:53
//FIXME
}

@Test
Copy link
Contributor

@etiennehomer etiennehomer Oct 25, 2023

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 ?

Copy link
Member Author

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 ?

Copy link
Collaborator

@antoinebhs antoinebhs left a 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.

var resource = getResource();

index.notifyBeforeRemoval(this);

if (updateDanglingLines) {
Copy link
Contributor

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

antoinebhs and others added 4 commits October 27, 2023 14:46
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>
antoinebhs and others added 2 commits October 27, 2023 17:24
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>
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 15 Code Smells

69.8% 69.8% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@etiennehomer etiennehomer merged commit 22e68e6 into main Oct 30, 2023
4 of 5 checks passed
@etiennehomer etiennehomer deleted the dependencies branch October 30, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants