You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.