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 446b9a2 commit c3d23e5Copy full SHA for c3d23e5
causallearn/graph/Endpoint.py
@@ -18,3 +18,6 @@ class Endpoint(Enum):
18
# Prints out the name of the type
19
def __str__(self):
20
return self.name
21
+
22
+ def __eq__(self, other):
23
+ return self.name == other.name
0 commit comments