-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
CM elliptic curves missing isogenies #36786
Conversation
I do not understand what failed or why, and do not know how to find out. Can anyone explain? |
From here:
|
Thanks. My 3rd commit should have fixed those |
As far as I can see, the test failures have nothing to do with my changes. |
I looked ta the failing tests and as far as I can see they have nothing to do with any code changed in my PR. |
Documentation preview for this PR (built with commit 7621f8e; changes) is ready! 🎉 |
After updating (merge with develop) there are still test failures which have nothing to do with me (the test platform bailed out after not finding mathjax). |
You can click on "Details" button of the failing test, and check that tests which fail aren't related to your ticket. |
Yes, I have been doing that for three weeks, after which nothing changes. Now I cannot even remember what the bug was. |
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.
ok, looks good enough
sagemathgh-36786: CM elliptic curves missing isogenies Fixes sagemath#36780. For elliptic curves over number fields, with j-invariant 0 and 1728, the function isogeny_degrees_cm was forgetting to multiply a degree bound by 3 or 2 respectively (half the number of units), resulting in some isogenies being missed. - [ x] The title is concise, informative, and self-explanatory. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. - [ x] I have created tests covering the changes. - [ x] I have updated the documentation accordingly. URL: sagemath#36786 Reported by: John Cremona Reviewer(s): Frédéric Chapoton
sagemathgh-36786: CM elliptic curves missing isogenies Fixes sagemath#36780. For elliptic curves over number fields, with j-invariant 0 and 1728, the function isogeny_degrees_cm was forgetting to multiply a degree bound by 3 or 2 respectively (half the number of units), resulting in some isogenies being missed. - [ x] The title is concise, informative, and self-explanatory. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. - [ x] I have created tests covering the changes. - [ x] I have updated the documentation accordingly. URL: sagemath#36786 Reported by: John Cremona Reviewer(s): Frédéric Chapoton
sagemathgh-36786: CM elliptic curves missing isogenies Fixes sagemath#36780. For elliptic curves over number fields, with j-invariant 0 and 1728, the function isogeny_degrees_cm was forgetting to multiply a degree bound by 3 or 2 respectively (half the number of units), resulting in some isogenies being missed. - [ x] The title is concise, informative, and self-explanatory. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. - [ x] I have created tests covering the changes. - [ x] I have updated the documentation accordingly. URL: sagemath#36786 Reported by: John Cremona Reviewer(s): Frédéric Chapoton
sagemathgh-36786: CM elliptic curves missing isogenies Fixes sagemath#36780. For elliptic curves over number fields, with j-invariant 0 and 1728, the function isogeny_degrees_cm was forgetting to multiply a degree bound by 3 or 2 respectively (half the number of units), resulting in some isogenies being missed. - [ x] The title is concise, informative, and self-explanatory. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. - [ x] I have created tests covering the changes. - [ x] I have updated the documentation accordingly. URL: sagemath#36786 Reported by: John Cremona Reviewer(s): Frédéric Chapoton
Fixes #36780.
For elliptic curves over number fields, with j-invariant 0 and 1728, the function isogeny_degrees_cm was forgetting to multiply a degree bound by 3 or 2 respectively (half the number of units), resulting in some isogenies being missed.