#5396: Wrapping lcalc library
-----------------------------+----------------------------------------------
Reporter: rishi | Owner: Rishi
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.3.1
Component: number theory | Keywords: lcalc
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
-----------------------------+----------------------------------------------
Comment(by ylchapuy):
The only lines really corresponding to the failure are:
{{{
File "/home/john/sage-4.3.rc0/devel/sage-
lcalc/sage/libs/lcalc/lcalc_Lfunction.pyx", line 780:
sage: L.value(0.5, derivative=1)
Expected:
0.305999824716...
Got:
0.305999723948232
}}}
The other ones comes from the doctesting of the
`_print_data_to_standard_output` functions. I don't know how to deal with
standard output easily in this case.
The problem is thus a numerical one. I don't know if it's normal to get
such a difference in the result though. Should we just test for
`0.305999...` ?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5396#comment:27>
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.