-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
make BinaryQF.solve_integer() work for square discriminants #33026
Comments
Branch: public/33026 |
Author: Lorenz Panny |
Commit: |
comment:1
Also fixed: The doctest was checking whether |
Dependencies: #33057 |
comment:3
Rebased onto #33057. |
Reviewer: Vincent Delecroix |
comment:5
Instead of
you would better do
|
comment:7
Thanks, done. |
comment:8
It is better to avoid the use multiple statements on the same line as
See PEP8. (I don't understand why this is not checked by the patchbot.) Since you have a special treatment for
to
And I think this will be all my comments for this ticket. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Thank you! Done. |
Changed branch from public/33026 to |
As reported in #32782 comment:8, PARI's
qfbsolve()
does not work with quadratic forms whose discriminant is a square integer.This currently triggers failures in random testing, but it is not a regression:
BinaryQF.solve_integer()
used to reject all positive discriminants prior to #32782.Depends on #33057
CC: @collares @slel @DaveWitteMorris
Component: quadratic forms
Author: Lorenz Panny
Branch/Commit:
5e8a2a3
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/33026
The text was updated successfully, but these errors were encountered: