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 5aad8bd commit 5be09d5Copy full SHA for 5be09d5
src/diffpy/srmise/dataclusters.py
@@ -81,6 +81,10 @@ def __eq__(self, other):
81
and self.lastcluster_idx == other.lastcluster_idx
82
and self.lastpoint_idx == other.lastpoint_idx
83
and self.status == other.status
84
+ and self.INIT == other.INIT
85
+ and self.READY == other.READY
86
+ and self.CLUSTERING == other.CLUSTERING
87
+ and self.DONE == other.DONE
88
)
89
90
def clear(self):
0 commit comments