You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.