mabshoff wrote: > > > On Jan 28, 11:45 pm, Jaap Spies <[EMAIL PROTECTED]> wrote: >> mabshoff wrote: > > Hi Jaap, > >>> which Maple release are you running? >> Me, once again. I don't think it is important which version >> of Maple is installed (if any!) for the test of interfaces/maple.py! > > I do believe that it is important since various people doctested this > before it was merged. I don't know if we plan to restrict the Maple > interface to certain releases of Maple. >
After the suggestion of mhansen in IRC: sage: Exiting SAGE (CPU time 0m0.00s, Wall time 0m10.23s). [EMAIL PROTECTED] sage-2.10.1.rc2]$ ./sage -t devel/sage-main/sage/interfaces/maple.py sage -t devel/sage-main/sage/interfaces/maple.py ********************************************************************** File "maple.py", line 598: sage: m.__hash__() Expected: 188724254834261060184983038723355865733L Got: 710001543 ********************************************************************** File "maple.py", line 600: sage: hash(m) Expected: 5035731711831192733 Got: 710001543 ********************************************************************** File "maple.py", line 603: sage: m.__hash__() Expected: 264835029579301191531663246434344770556L Got: 710001542 ********************************************************************** File "maple.py", line 605: sage: hash(m) Expected: -2187277978252104690 Got: 710001542 ********************************************************************** File "maple.py", line 639: sage: Mm < 5 Expected: True Got: False ********************************************************************** File "maple.py", line 641: sage: (Mm < 5) == (M < 5) Expected: True Got: False ********************************************************************** File "maple.py", line 643: sage: 5 < Mm Expected: False Got: True ********************************************************************** File "maple.py", line 691: sage: Mm*Mm Expected: Matrix(2, 2, [[2,3],[6,11]]) Got: Matrix(2, 2, [[2,3],[6,11]], datatype = anything, storage = rectangular, order = Fortran_order, shape = []) ********************************************************************** File "maple.py", line 696: sage: vm*Mm Expected: Vector[row](2, [6,11]) Got: Vector[row](2, [6,11], datatype = anything, storage = rectangular, order = Fortran_order, shape = []) ********************************************************************** File "maple.py", line 699: sage: t*Mm Expected: Matrix(2, 2, [[0,5],[10,15]]) Got: Matrix(2, 2, [[0,5],[10,15]], datatype = anything, storage = rectangular, order = Fortran_order, shape = []) ********************************************************************** File "maple.py", line 722: sage: maple(M) Expected: Matrix(2, 2, [[0,1],[2,3]]) Got: Matrix(2, 2, [[0,1],[2,3]], datatype = anything, storage = rectangular, order = Fortran_order, shape = []) ********************************************************************** 4 items had failures: 4 of 6 in __main__.example_18 3 of 19 in __main__.example_19 3 of 9 in __main__.example_20 1 of 5 in __main__.example_21 ***Test Failed*** 11 failures. For whitespace errors, see the file .doctest_maple.py [3.5 s] exit code: 256 ---------------------------------------------------------------------- The following tests failed: sage -t devel/sage-main/sage/interfaces/maple.py Total time for all tests: 3.6 seconds Jaap --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---