We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It disrupts the original connections.
I created a 5 x 5 fabric.
Increased the size of the Htree to extend it outside the blocks.
used crop_edges and it disturbs the original connections.
It just extends the Horizontal line in the HTree to the next connection.
The figure below is before the use of crop function. The HTree branches are extending outside the fabric boundary.
This is what happens when we use crop_edges. It just extends the center/Horizontal line of the Htree to the next connection point.
The text was updated successfully, but these errors were encountered:
ganeshgore
No branches or pull requests
Crop_edges: This method is not working properly, it behaves variably in different scenarios.
It disrupts the original connections.
I created a 5 x 5 fabric.
![conpointlist_pytest_refs](https://user-images.githubusercontent.com/94953742/167846212-1f2a7298-8f35-4b4d-91fc-917def43fac3.svg)
Increased the size of the Htree to extend it outside the blocks.
![conpointlist_pytest_refs](https://user-images.githubusercontent.com/94953742/167846122-cbcf8d90-5434-403c-82fe-fd8c3debe70d.svg)
used crop_edges and it disturbs the original connections.
![conpointlist_pytest_refs](https://user-images.githubusercontent.com/94953742/167846583-c7b02bc2-1b5e-441b-8f04-e35ee0504f6d.svg)
It just extends the Horizontal line in the HTree to the next connection.
The figure below is before the use of crop function. The HTree branches are extending outside the fabric boundary.
![conpointlist_pytest_refs1](https://user-images.githubusercontent.com/94953742/167848893-279b808a-0dfa-4108-b297-7ec07c7915ab.svg)
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](https://user-images.githubusercontent.com/94953742/167849154-76dca9f2-dda3-44ec-9d1b-a52018c282d2.svg)
The text was updated successfully, but these errors were encountered: