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
Here is a simplified version of what fails (simplified from the same failure for random_seed = 312749927201941374195931348514437892724):
sage: E = EllipticCurve(Zmod(4), [2, 2, 3, 3, 3])
sage: P = E(2,1,0)
sage: Q = E(0,1,0)
sage: R = P + Q
sage: R == P
False
This also gives False in Sage 10.5, which released before #39036 was merged into the develop branch. So I don't think#39036 broke anything, but it may have touched code that already had a bug or maybe added tests that cover this case.
CI: https://github.com/sagemath/sage/actions/runs/12462007486/job/34782318635
Looks like it's in the code touched by #39036 . @yyyyx4 ?
Environment
Checklist
The text was updated successfully, but these errors were encountered: