-
-
Notifications
You must be signed in to change notification settings - Fork 480
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 EllipticCurve.lift_x() deterministic #35644
make EllipticCurve.lift_x() deterministic #35644
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! See the comments on the liked issue for details.
Last doctest is fine, I also ran ptestlong and can confirm that that was the only outstanding one. I didn't know there were elliptic curves used in tests in rings/polynomial/multi_polynomial_ideal.py. This last one was just lazy, the author of the test could easily have given x and y coordinates! |
Merge conflict |
bb60231
to
6da5d12
Compare
Documentation preview for this PR (built with commit 6da5d12) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you just fixed the merge conflicts and this is the same otherwise
Indeed, trivial rebase. |
Resolves #35281.