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 7edf1f9 commit 08d4e85Copy full SHA for 08d4e85
eos/utils/stats.py
@@ -176,7 +176,7 @@ def __eq__(self, other):
176
floatUnerr(self._thermal) == floatUnerr(other._thermal) and
177
floatUnerr(self._kinetic) == floatUnerr(other._kinetic) and
178
floatUnerr(self._explosive) == floatUnerr(other._explosive) and
179
- sorted(self._breachers) == sorted(other._breachers),
+ sorted(self._breachers) == sorted(other._breachers) and
180
self.profile == other.profile)
181
182
def __add__(self, other):
0 commit comments