-
-
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
some code cleanup in WeierstrassIsomorphism #34722
Milestone
Comments
Reviewer: John Cremona |
comment:4
Setting to positive review per #34728 comment:5 and #34728 comment:7. |
Changed branch from public/some_WeierstrassIsomorphism_cleanup to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is mainly to reduce the amount of code duplication in
sage.schemes.elliptic_curves.weierstrass_morphism.isomorphism
by turning it into a generator, plus generic style tweaks.I consider the second commit (renaming
isomorphisms()
to_isomorphisms()
) optional: The function has been marked as "not intended for users" forever, so I figured we might as well just hide it. Note that this does not affect theEllipticCurve_generic.isomorphisms()
method in any way.CC: @JohnCremona
Component: elliptic curves
Author: Lorenz Panny
Branch/Commit:
99a6e3b
Reviewer: John Cremona
Issue created by migration from https://trac.sagemath.org/ticket/34722
The text was updated successfully, but these errors were encountered: