-
Notifications
You must be signed in to change notification settings - Fork 6
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
Computation of exponent conductor takes too long #80
Comments
The first steps take somewhat long, but are ok:
The trouble is here:
|
I wonder if the performance is better with the new Sage version where 25607 has been integrated. |
I just pulled the new version 8.3 from the master branch and rebuilt SageMath. I do not see the changes in said ticket. |
25607 has not been merged yet btw. |
Since 25607 has been merge into 8.4, could you try again with 8.4? |
Will do! |
Scratch that response since your remark was not meant for me... |
@JRSijsling actually I meant you ;) |
Oh yeah :-) The changes are there all right. But I get errors now, and not only in this example. When I do the curve at the beginning of this issue, I get an error ending in:
I tracked that down and removed that keyword argument. But then it says that it has problems with |
I think @swewers has to explain what is supposed to happen here in the first place. The method
So, there does not seem to be the need to complicate things here. Then again, I don't really understand what this method is supposed to do since its documentation says:
So, I guess this should not say |
The following examples takes too long:
The curve has potentially good reduction over an extension L of QQ_3 of degree 216 =8*27, so it is clear that this will be computationally expensive. The bottleneck seems to be the computation of a subfield of L of degree 72.
The text was updated successfully, but these errors were encountered: