We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ddf30 commit a6b48d2Copy full SHA for a6b48d2
src/stagpy/step.py
@@ -341,9 +341,6 @@ def __contains__(self, item: Any) -> bool:
341
return False
342
return True
343
344
- def __eq__(self, other: object) -> bool:
345
- return self is other
346
-
347
def _get_raw_data(self, name: str) -> tuple[list[str], Any]:
348
"""Find file holding data and return its content."""
349
# try legacy first, then hdf5
0 commit comments