#6331: optional doctest failure -- magma interface slight problems
-------------------------------+--------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.3
Component: optional packages | Keywords:
Reviewer: | Author:
Merged: |
-------------------------------+--------------------------------------------
{{{
sage -t -long --optional devel/sage/sage/interfaces/mathematica.py
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/interfaces/mathematica.py", line 181:
sage: n.FactorInteger() # optional - mathematica
Expected:
{{2, 2}, {3, 2}, {5, 3}, {541, 1}} # optional - mathematica
Got:
{{2, 2}, {3, 2}, {5, 3}, {541, 1}}
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/interfaces/mathematica.py", line 236:
sage: math_bessel_K(2,I) # optional - mathematica
Expected:
0.180489972066962*I - 2.592886175491197
Got:
-2.592886175491196978 + 0.1804899720669620266*I
**********************************************************************
1 items had failures:
2 of 62 in __main__.example_0
***Test Failed*** 2 failures.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6331>
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
-~----------~----~----~----~------~----~------~--~---