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 c3d23e5 commit 0ae3dfaCopy full SHA for 0ae3dfa
causallearn/graph/Endpoint.py
@@ -20,4 +20,4 @@ def __str__(self):
20
return self.name
21
22
def __eq__(self, other):
23
- return self.name == other.name
+ return self.value == other.value
0 commit comments