We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
element_class of Subsets is broken
sage: s = Subsets(Set([1])) sage: e = s.first() sage: isinstance(e, s.element_class) False
Note: this should be caught by setting good categories
sage: s.category() Category of objects
Component: combinatorics
Keywords: Subsets element_class
Author: Samuele Giraudo
Issue created by migration from https://trac.sagemath.org/ticket/8367
The text was updated successfully, but these errors were encountered:
Attachment: trac_8367_subsets_element_class_fix-sg.patch.gz
Sorry, something went wrong.
Replying to @SamueleGiraudo:
Hi Samuele,
I think you made a mistake in opening new ticket #8396 for this problem. This ticket should be closed as duplicate.
SamueleGiraudo
No branches or pull requests
element_class of Subsets is broken
Note: this should be caught by setting good categories
Component: combinatorics
Keywords: Subsets element_class
Author: Samuele Giraudo
Issue created by migration from https://trac.sagemath.org/ticket/8367
The text was updated successfully, but these errors were encountered: