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 current Hexahedron class raises an error when the __str__ or __repr__ method is called. The primary cause seems to be that the __repr__ method tries to call Vertex.assign_names. This method no longer exists.
The current Hexahedron class raises an error when the
__str__or__repr__method is called. The primary cause seems to be that the__repr__method tries to callVertex.assign_names. This method no longer exists.