You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ".../distalgo-master/da/freeze.py", line 88, in __hash__
h = self._cached_hash = hash(tuple(sorted(self)))
TypeError: '<' not supported between instances of 'SomeClass' and 'SomeClass'
Why is sorted needed in 'freeze.py'?
Exception:
The text was updated successfully, but these errors were encountered: