-
Notifications
You must be signed in to change notification settings - Fork 227
Update code.yaml #6756
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
Update code.yaml #6756
Conversation
“In elliptic_curves/code.yaml, replace Ser(mfcoefs(mf,20),q) by Ser(ellqexp(E,20),q) and remove duplicate L1:. Please run the snippet generator to refresh GP logs.”
|
This is supposed to fix issue #6760 |
assaferan
left a comment
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.
The change in q-expansion does not seem to work - no such function ellqexp. One can remove the creation of a series from modular form coefficients, and be satisfied with just Ser(ellan(E,20),q)*q.
Also, white spaces again.
…urves elliptic_cuerves/code.yaml EC elliptic_curves/code.yaml: fix PARI q-expansion to Ser(ellan(E,20),q)*q (drop mffromell/mfcoefs/ellqexp), remove duplicate L1 block, and normalize whitespace.
…urves Whitespace issue
…urves whitespace issue
…urves whitespace issue
assaferan
left a comment
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.
Why are we removing the code snippet for the special value of the L-function?
I think we want to keep it.
Because I think there are 2 L function definition on the line 155 and on the line 200 in the original code. But I keep both now. |
use Ser(ellqexp(E,20),q) for PARI q-expansion; clean up L1
YAML fixed; please run snippet generator to refresh GP logs