powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
55 stars 12 forks source link

Remove voltage level filter from pypowsybl #685

Closed So-Fras closed 9 months ago

So-Fras commented 10 months ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem? No but it is the twin of https://github.com/powsybl/powsybl-diagram/pull/566

What kind of change does this PR introduce? It removes a voltage level filter from pypowsybl network-area-diagram related code. This filter is now integrated in the powsybl-diagram code. It also adapts values received from pypowsybl users (who set -1 values for the bounds they do not use) to fit the Java code.

Does this PR introduce a breaking change or deprecate an API? No