-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Regression in .divides() for generic polynomials #27064
Comments
comment:1
I guess the solution is to add a trivial |
This comment has been minimized.
This comment has been minimized.
comment:3
Retarging tickets optimistically to the next milestone. If you are responsible for this ticket (either its reporter or owner) and don't believe you are likely to complete this ticket before the next release (8.7) please retarget this ticket's milestone to sage-pending or sage-wishlist. |
comment:4
Two solutions (seem to) work:
Actually, I do not know why this class |
comment:5
But I tested your second solution and it works. I'm preparing the commit. |
Commit: |
New commits:
|
Author: Luca De Feo |
Reviewer: Jeroen Demeyer |
comment:8
Fine for me if it passes doctests. |
comment:9
All doctests ( |
Changed branch from u/defeo/regression_in__divides___for_generic_polynomials to |
This used to work prior to #19171:
Now it gives
This is failing because the fraction field elements have no
.divides()
method.CC: @bgrenet
Component: basic arithmetic
Keywords: polynomials division
Author: Luca De Feo
Branch/Commit:
4c14569
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/27064
The text was updated successfully, but these errors were encountered: