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

[Flow decomposition] Fix net position computation with dangling lines #134

Merged
merged 5 commits into from
Jan 29, 2024

Conversation

OpenSuze
Copy link
Contributor

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)

Does this PR already have an issue describing the problem?

The flow decomposition was wrong when a network had some dangling lines.
This is caused by a bug in the net position computation.

What kind of change does this PR introduce?

We fixed the net position computation with dangling line.
A test has been added.

What is the current behavior?

What is the new behavior (if this is a feature change)?

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

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

None

Other information:

Previous results of flow decomposition on network with dangling lines are wrong.

Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
@OpenSuze OpenSuze force-pushed the feature/fix_net_position_in_flow_decomposition branch 2 times, most recently from 8ea6e60 to 8b7c940 Compare January 29, 2024 13:42
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
@OpenSuze OpenSuze force-pushed the feature/fix_net_position_in_flow_decomposition branch from 8b7c940 to bc8bda0 Compare January 29, 2024 13:55
Copy link

@OpenSuze OpenSuze requested review from phiedw and removed request for murgeyseb January 29, 2024 13:58
@phiedw phiedw merged commit 687e835 into main Jan 29, 2024
6 checks passed
@phiedw phiedw deleted the feature/fix_net_position_in_flow_decomposition branch January 29, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants