#11288: Maple optional tests
-------------------------+--------------------------------------------------
Reporter: SimonKing | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: doctest | Keywords: maple optional tests
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-------------------------+--------------------------------------------------
I was running the doc tests of sage.interfaces.maple on bsd.math, using
sage-4.7. Result:
{{{
sage -t -long --optional sage/interfaces/maple.py
Detected SAGE64 flag
Building Sage on OS X in 64-bit mode
sage -t -long --optional "devel/sage-main/sage/interfaces/maple.py"
**********************************************************************
File "/Users/SimonKing/SAGE/sage-4.7/devel/sage-
main/sage/interfaces/maple.py", line 29:
sage: maple.eval('ifactor(2005)') # optional -
maple
Expected:
'"(5)*"(401)'
Got:
'``(5)*``(401)'
**********************************************************************
File "/Users/SimonKing/SAGE/sage-4.7/devel/sage-
main/sage/interfaces/maple.py", line 31:
sage: maple.ifactor(2005) # optional -
maple
Expected:
"(5)*"(401)
Got:
``(5)*``(401)
**********************************************************************
File "/Users/SimonKing/SAGE/sage-4.7/devel/sage-
main/sage/interfaces/maple.py", line 188:
sage: maple.ifactor(maple.fibonacci(27)) # optional - maple
Expected:
"(2)*"(17)*"(53)*"(109)
Got:
``(2)*``(17)*``(53)*``(109)
**********************************************************************
File "/Users/SimonKing/SAGE/sage-4.7/devel/sage-
main/sage/interfaces/maple.py", line 1068:
sage: print latex(maple(pi - e^3)) # optional --
requires maple
Expected:
\pi - \left( {e^{1}} \right) ^{3}
Got:
\pi-{{\rm e}^{3}}
**********************************************************************
2 items had failures:
3 of 29 in __main__.example_0
1 of 5 in __main__.example_40
***Test Failed*** 4 failures.
For whitespace errors, see the file
/Users/SimonKing/.sage//tmp/.doctest_maple.py
[11.2 s]
----------------------------------------------------------------------
The following tests failed:
sage -t -long --optional "devel/sage-
main/sage/interfaces/maple.py"
Total time for all tests: 11.2 seconds
}}}
I have no idea whether the errors are the same on other machines.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11288>
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.