powsybl / pypowsybl

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

Add missing dangling line visitor function #681

Closed So-Fras closed 11 months ago

So-Fras commented 11 months ago

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? Tie lines are not visited and crossed when filtering voltage levels according to their nominal voltages.

What is the new behavior (if this is a feature change)? Tie lines are properly visited.

Other information: This is a temporary fix. This piece of code should be transfered into powsybl-diagram (a PR has already be opened for that : https://github.com/powsybl/powsybl-diagram/pull/566)