Skip to content
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

Sage download of elliptic curves over number fields #2187

Closed
adeines opened this issue Jul 19, 2017 · 5 comments
Closed

Sage download of elliptic curves over number fields #2187

adeines opened this issue Jul 19, 2017 · 5 comments

Comments

@adeines
Copy link
Contributor

adeines commented Jul 19, 2017

When you click the sage download button, the file produced is not properly formatted for Sage.
Ex:

x = polygen(QQ)
data = [
[[x^2 - x - 1], 0,0;1,0;0,1;31,-47;-803,560],
[[x^2 - x - 1], 0,0;1,0;1,1;-16,47;-243,-561],
[[x^2 - x - 1], 0,0;-1,-1;1,1;-54162,-3916;-1711331,4630255],
[[x^2 - x - 1], 0,0;1,1;0,1;-58079,3918;2860846,-4626339],
[[x^2 - x - 1], 0,0;0,-1;0,1;-1744,-587;-549,-32401],
[[x^2 - x - 1], 0,0;-1,1;1,1;-2331,587;-32950,32400],
[[x^2 - x - 1], 0,0;1,-1;0,1;1,-2;-2,2],
[[x^2 - x - 1], 0,0;0,1;1,1;-1,2;0,-3]]

This should be a list of lists and not contain any semicolons.

@edgarcosta
Copy link
Member

This is true for any format, not only for sage.
I will close #2059, as you at least gave an example :)

@JohnCremona
Copy link
Member

At some point the internal data format changed and the download was not chamged to match.

@sanni85
Copy link
Contributor

sanni85 commented Jul 19, 2017

I will fix this later, just finished another download function, so it should be easy.

@edgarcosta
Copy link
Member

@sanni85 Would you mind if @bhutz takes care of this one? It would be a great way for him to learn a bit about LMFDB.

@edgarcosta
Copy link
Member

This issue should be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants