#16916: cuspform_lseries() method for a new form has precision issues
-------------------------+-------------------------------------------------
Reporter: | Owner:
tornaria | Status: needs_review
Type: | Milestone: sage-6.4
defect | Resolution:
Priority: major | Merged in:
Component: | Reviewers:
modular forms | Work issues:
Keywords: | Commit:
lseries | ae26b4a0141de1b89738fb2e3cebd9447f21af12
Authors: | Stopgaps:
tornaria |
Report Upstream: N/A |
Branch: |
u/tornaria/16916 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by tornaria):
After the first commit there were a few cases for which the runtime error
would still happen. It turns out that
f.q_expansion(num_coeff).list()
is not always a list of length num_coeff, because trailing zeros are
removed. Instead we now use
f.q_expansion(num_coeff).padded_list()
which will not drop the trailing zeros.
--
Ticket URL: <http://trac.sagemath.org/ticket/16916#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.