base_ring not a ring?

40 views
Skip to first unread message

Martin R

unread,
Aug 20, 2025, 3:16:36 AMAug 20
to sage-devel
I am guessing that this is a bug.  Can anybody confirm?

sage: T = StandardTableau([[1,2,3],[4,5]]).residue_sequence(3).standard_tableaux()
sage: T.base_ring()
3-residue sequence (0,1,2,2,0) with multicharge (0)

Travis Scrimshaw

unread,
Aug 20, 2025, 8:47:07 PMAug 20
to sage-devel
Yes, that's a bug. It is passing the residue to the base class, which doesn't handle it. So I simply removed it from the super().__init__() call in https://github.com/sagemath/sage/pull/40651.

Best,
Travis
Reply all
Reply to author
Forward
0 new messages