-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
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
is_finite method in categories (was Primes is missing is_finite) #7510
Comments
This comment has been minimized.
This comment has been minimized.
comment:4
For the second example, don't you want an EnumeratedSet and not a FiniteEnumeratedSet? |
Attachment: trac_7510-is_finite_categories.patch.gz |
comment:5
Replying to @mwhansen:
Sure ! The example didn't even pass the test... I forgot to re-export before uploading the patch... Thank for pointing this out and sorry for the trouble... |
comment:6
Looks good. |
Reviewer: Mike Hansen |
Merged: sage-4.3.alpha1 |
I found that Primes has no methods
is_finite
. This is actually not a problem ofPrime
but should be dealt in categories. I put a small patch here though i'm not sure we want to do this. Isn't this redundent with categories ?Cheers,
Florent
Component: categories
Keywords: Primes, is_finite
Author: Florent Hivert
Reviewer: Mike Hansen
Merged: sage-4.3.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/7510
The text was updated successfully, but these errors were encountered: