BAMWelDX / weldx

Defining equality for a class without also defining hashability PYL-W1641
Bug risk
Major
1 occurrence in this check
Implementing __eq__ without also implementing __hash__
 26    import matplotlib
 27
 28
 29class LocalCoordinateSystem(TimeDependent): 30    """Defines a local cartesian coordinate system in 3d.
 31
 32    Notes