#9457: power series comparison should use padded_list
---------------------------------------+------------------------------------
Reporter: niles | Owner: malb
Type: defect | Status: needs_work
Priority: major | Milestone: sage-5.1
Component: commutative algebra | Resolution:
Keywords: | Work issues: resolve problems with
sha_tate.py
Report Upstream: N/A | Reviewers:
Authors: niles | Merged in:
Dependencies: | Stopgaps:
---------------------------------------+------------------------------------
Changes (by niles):
* status: needs_review => needs_work
* work_issues: => resolve problems with sha_tate.py
Comment:
Oh bother! When switching from `padded_list` to
{{{
x += [0]*(prec - len(x)) # x.list() does not include trailing zeroes
x = x[:prec] # truncate x to common prec
}}}
I seem to be triggering the problem in `sha_tate.py` again . . .
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9457#comment:19>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.