You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edge_crossing algorithm uses an impossible triangle calculation that only makes sense in the context of a single connected component. This may be an easy fix by running the impossible crossing calculation only on each subgraph individually?