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

Fix extern cells on two (or more) subsections #597

Merged
merged 21 commits into from
Mar 29, 2024

Conversation

flo-dup
Copy link
Contributor

@flo-dup flo-dup commented Mar 26, 2024

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?
No

What kind of change does this PR introduce?
Bug fix

What is the current behavior?
Extern cell on two subsections is detected and its rootBlock replaced by UndefinedBlock

What is the new behavior (if this is a feature change)?
Extern cell on two subsections is detected and is cut into pieces in order to have

  • one extern cell on one single subsection
  • several arch cells based on the legs linked to other subsections, each arch cell referring to the legBlock kept for coordinate calculation

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

  • Yes
  • No

Other information:
Due to the changes involved, some side-effects appeared which needed the following change/fix:
The spanning of crossover intern cells now corresponds to the effective width and not only to a left part containing all equipments; this leads to equipments to be centred on the horizontal (body) part.

@flo-dup flo-dup changed the title Fix extern cells on two subsections Fix extern cells on two (or more) subsections Mar 26, 2024
@flo-dup flo-dup changed the base branch from main to fix_empty_node_set March 26, 2024 14:39
Base automatically changed from fix_empty_node_set to main March 26, 2024 14:57
So-Fras and others added 11 commits March 27, 2024 14:20
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
@flo-dup flo-dup force-pushed the xtern_cells_two_subsections branch from d7e2694 to 884437e Compare March 28, 2024 22:04
@flo-dup flo-dup marked this pull request as ready for review March 28, 2024 22:05
@flo-dup flo-dup added bug Something isn't working SLD labels Mar 29, 2024
@flo-dup flo-dup requested a review from So-Fras March 29, 2024 08:43
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
@flo-dup flo-dup force-pushed the xtern_cells_two_subsections branch from a3fd31b to 66e2007 Compare March 29, 2024 08:47
flo-dup added 9 commits March 29, 2024 11:23
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Copy link

@So-Fras So-Fras merged commit dea3dfc into main Mar 29, 2024
6 checks passed
@So-Fras So-Fras deleted the xtern_cells_two_subsections branch March 29, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SLD
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants