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
Parent.getitem should be moved to FiniteEnumeratedSets (#12955). Alas, this is not yet possible since too many finite enumerated sets in Sage are not in the FiniteEnumeratedSets category (see #12957). In the meantime, this patch provides a workaround by asking Parent.getitem to first try to call __getitem__ on its super classes.
Parent.getitem should be moved to FiniteEnumeratedSets (#12955). Alas, this is not yet possible since too many finite enumerated sets in Sage are not in the FiniteEnumeratedSets category (see #12957). In the meantime, this patch provides a workaround by asking Parent.getitem to first try to call
__getitem__
on its super classes.CC: @sagetrac-sage-combinat
Component: categories
Keywords: getitem
Author: Nicolas M. Thiéry
Reviewer: Franco Saliola
Merged: sage-5.1.beta1
Issue created by migration from https://trac.sagemath.org/ticket/12956
The text was updated successfully, but these errors were encountered: