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
The Q.solve_integer(n) method of a binary quadratic form finds x and y such that Q(x,y) == n (if they exist), but the doctest erroneously checks whether Q(x,y) == 0.
(This error was found by a patchbot testing ticket #30999.)