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

Remove pathfinder layoutparameters #608

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Conversation

So-Fras
Copy link
Member

@So-Fras So-Fras commented Apr 19, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

What kind of change does this PR introduce?
Quality

This PR removes an unused parameter in the LayoutParameters class.

Previously, the PathFinderType (the algorithm used to draw the snakelines between substations in multi-substations diagrams) was an attribute of the LayoutParameters class and it was not easily customizable.

This approach was replaced by another one (using a ZoneLayoutPathFinderFactory attribute in the SldParameters class) but the attribute PathFinderType was kept by mistake in LayoutParameters.

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

  • Yes
  • No

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Copy link

sonarcloud bot commented Apr 19, 2024

@So-Fras So-Fras requested a review from tadam50 April 19, 2024 14:26
@So-Fras So-Fras merged commit 020e9ed into main Apr 22, 2024
6 checks passed
@So-Fras So-Fras deleted the remove_pathfinder_layoutparameters branch April 22, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants