-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
[with additional patch] problem with copy() on sage.rings.integer_mod.IntegerMod_gmp #2571
Comments
Attachment: 8950.patch.gz |
comment:1
To fix this I added a return statement to the |
comment:2
While you're editing that function, would you mind adding a doctest or 2 to it? That would help with the overall 3.0 goal of >50% function doctest coverage |
apply after 8950.patch |
comment:3
Attachment: 8951.patch.gz As suggested, a few doctests have been added, in the second patch. |
comment:5
These patches fix the bug and add and improve documentation bits. I've tested everything I could see that could go wrong (including the copy and sqrt/square_root change) and all looks good to me. This is a positive review to both patches! |
comment:6
Merged both patches in Sage 2.11.alpha0 |
John Cremona:
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/2571
The text was updated successfully, but these errors were encountered: