diff --git a/eos/utils/stats.py b/eos/utils/stats.py index c22f9632d..6d484e0f2 100644 --- a/eos/utils/stats.py +++ b/eos/utils/stats.py @@ -176,7 +176,7 @@ def __eq__(self, other): floatUnerr(self._thermal) == floatUnerr(other._thermal) and floatUnerr(self._kinetic) == floatUnerr(other._kinetic) and floatUnerr(self._explosive) == floatUnerr(other._explosive) and - sorted(self._breachers) == sorted(other._breachers), + sorted(self._breachers) == sorted(other._breachers) and self.profile == other.profile) def __add__(self, other):