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
Right now, comparing any of the objects in Geometry to objects of a different type fails. The eq and ne magic methods in these objects should be implemented in a way that the comparison does not fail but returns False.