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
Shapes can be equivalent and we should be able to check that. If #11 is fixed using a simple check on vertices should be enough. We may want to consider vertices which are within a certain dx ~ 1e-6 from each other as equal.
I would like to add equality checks, but I'm not comfortable with any tolerance-based checks. I think only exact equality should match, just like with numpy arrays or similar. We could add a separate method to check approximate equality.
Equality checks based on points would be useful for tests and general comparisons.
The text was updated successfully, but these errors were encountered: