#6317: optional doctest failure -- maple interface
-------------------------------+--------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.3
Component: optional packages | Keywords:
Reviewer: | Author:
Merged: |
-------------------------------+--------------------------------------------
Comment(by was):
More doctest failures caused by the Maple interface being broken:
{{{
sage -t -long --optional devel/sage/sage/modules/free_module_element.pyx
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/modules/free_module_element.pyx", line 839:
sage: maple(v) #optional
Expected:
Vector[row](4, [0,1,2,3])
Got:
<BLANKLINE>
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/modules/free_module_element.pyx", line 845:
sage: maple(v) #optional
Expected:
Vector[row](3, [2/3,0,5/4])
Got:
<BLANKLINE>
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/sage/modules/free_module_element.pyx", line 852:
sage: maple(v) #optional
Expected:
Vector[row](3, [x^2+2,2*x+1,-2*x^2+4*x])
Got:
<BLANKLINE>
**********************************************************************
1 items had failures:
3 of 9 in __main__.example_22
***Test Failed*** 3 failures.
For whitespace errors, see the file
/home/wstein/build/sage-4.0.2.alpha3/tmp/.doctest_free_module_element.py
[8.7 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6317#comment:1>
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
-~----------~----~----~----~------~----~------~--~---