sage: hash(SkewTableau([[1]]))
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In [48], line 1
----> 1 hash(SkewTableau([[Integer(1)]]))
TypeError: unhashable type: 'SkewTableaux_with_category.element_class'
It inherits from ClonableList, I would have thought that this automatically provides a hash. But of course:
:-(
Martin