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

Issue with crop_edges #10

Open
saadkhalil-rs opened this issue May 11, 2022 · 0 comments
Open

Issue with crop_edges #10

saadkhalil-rs opened this issue May 11, 2022 · 0 comments
Assignees

Comments

@saadkhalil-rs
Copy link
Contributor

Crop_edges: This method is not working properly, it behaves variably in different scenarios.

It disrupts the original connections.

  1. I created a 5 x 5 fabric.
    conpointlist_pytest_refs

  2. Increased the size of the Htree to extend it outside the blocks.
    conpointlist_pytest_refs

  3. used crop_edges and it disturbs the original connections.
    conpointlist_pytest_refs

It just extends the Horizontal line in the HTree to the next connection.

  1. The figure below is before the use of crop function. The HTree branches are extending outside the fabric boundary.
    conpointlist_pytest_refs1

  2. This is what happens when we use crop_edges. It just extends the center/Horizontal line of the Htree to the next connection point.
    conpointlist_pytest_refs1

@ganeshgore ganeshgore self-assigned this May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants