#6648: [with patch, needs review] adds riemann mapping and complex interpolation
-------------------------+--------------------------------------------------
Reporter: evanandel | Owner: evanandel
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.1
Component: calculus | Keywords: complex
Reviewer: | Author: Ethan Van Andel
Merged: |
-------------------------+--------------------------------------------------
Comment(by wdj):
The patch 12659.3.patch applied fine (after upgrading cython as mentioned
already).
However, sage -testall failed again, this time on an amd64 ubuntu 9.04
machine:
{{{
w...@hera:~/sagefiles/sage-4.1.1.alpha1$ ./sage -t
"devel/sage/sage/calculus/interpolators.pyx"
sage -t "devel/sage/sage/calculus/interpolators.pyx"
**********************************************************************
File
"/home/wdj/sagefiles/sage-4.1.1.alpha1/devel/sage/sage/calculus/interpolators.pyx",
line 89:
sage: ps.value(10)
Expected:
(0.2676045526483728+1j)
Got:
(0.26760455264837191+1j)
**********************************************************************
File
"/home/wdj/sagefiles/sage-4.1.1.alpha1/devel/sage/sage/calculus/interpolators.pyx",
line 146:
sage: cs.derivative(2)
Expected:
(-0.049776540658333007+0.15109500643420509j)
Got:
(-0.049776540658333021+0.15109500643420506j)
**********************************************************************
File
"/home/wdj/sagefiles/sage-4.1.1.alpha1/devel/sage/sage/calculus/interpolators.pyx",
line 221:
sage: cs.derivative(3/5)
Expected:
(1.4057889232733602-0.22541713632654017j)
Got:
(1.4057889232733602-0.22541713632654015j)
**********************************************************************
3 items had failures:
1 of 7 in __main__.example_2
1 of 12 in __main__.example_4
1 of 7 in __main__.example_6
***Test Failed*** 3 failures.
For whitespace errors, see the file
/home/wdj/sagefiles/sage-4.1.1.alpha1/tmp/.doctest_interpolators.py
[6.4 s]
exit code: 1024
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage/sage/calculus/interpolators.pyx"
Total time for all tests: 6.4 seconds
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6648#comment:6>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---