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

upgrade powsybl network store to v1.16.0 #527

Merged
merged 9 commits into from
Sep 9, 2024

Conversation

EtienneLt
Copy link
Contributor

No description provided.

@EtienneLt EtienneLt self-assigned this Sep 3, 2024
@@ -130,6 +130,8 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-network-store-client</artifactId>
<!-- FIXME: network-store modules' version is overloaded in the dependencies section. The overloads and this property below have to be removed at next gridsuite-dependencies.version upgrade -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    <dependency>
        <groupId>com.powsybl</groupId>
        <artifactId>powsybl-network-store-iidm-impl</artifactId>
        <version>1.16.0</version>
    </dependency>

Slimane AMAR and others added 3 commits September 5, 2024 13:30
Signed-off-by: Slimane AMAR <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
changeConnectionState(getNetwork().getTwoWindingsTransformer("trf2"), TwoSides.TWO, true, true, null);
// changeConnectionState(getNetwork().getTwoWindingsTransformer("trf1"), TwoSides.ONE, true, false, "Could not disconnect equipment 'trf1' on side ONE");
// changeConnectionState(getNetwork().getTwoWindingsTransformer("trf1"), TwoSides.TWO, true, false, "Could not disconnect equipment 'trf1' on side TWO");
// changeConnectionState(getNetwork().getTwoWindingsTransformer("trf2"), TwoSides.TWO, true, true, null);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont know about this test @SlimaneAmar

Slimane AMAR added 2 commits September 9, 2024 13:06
Copy link

sonarqubecloud bot commented Sep 9, 2024

@SlimaneAmar SlimaneAmar merged commit 67cb880 into main Sep 9, 2024
3 checks passed
@SlimaneAmar SlimaneAmar deleted the upgrade-network-store-to-v1.16.0 branch September 9, 2024 13:25
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.

2 participants