On 10/21/07, Jaap Spies <[EMAIL PROTECTED]> wrote: > William Stein wrote: > > Hello, > > > > I've released sage-2.8.8. Get it at http://sagemath.org, as usual, > > or just do "sage -upgrade". > > > > There seems to be some typos in the test of gap.py
These are not typos. The behavior of gap-4.4.10 changed from that of gap-4.4.9, and the doctests reflect that change. Evidently for some reason your gap didn't get upgraded. Try sage: !gap to see what version of gap you now have. Also, you may need to do sage: gap_reset_workspace() > > Jaap > > [EMAIL PROTECTED] sage-2.8.8]$ ./sage -t > devel/sage-main/sage/interfaces/gap.py > sage -t devel/sage-main/sage/interfaces/gap.py > ********************************************************************** > File "gap.py", line 69: > sage: R = gap.PolynomialRing('Rationals', 2); R > Expected: > PolynomialRing(..., [ x, x_2 ]) > Got: > PolynomialRing(..., [ x_1, x_2 ]) > ********************************************************************** > File "gap.py", line 71: > sage: I = R.IndeterminatesOfPolynomialRing(); I > Expected: > [ x, x_2 ] > Got: > [ x_1, x_2 ] > ********************************************************************** > File "gap.py", line 86: > sage: f = gap(str(g)); f > Expected: > -x^5+x_2^2 > Got: > -x_1^5+x_2^2 > ********************************************************************** > 1 items had failures: > 3 of 22 in __main__.example_0 > ***Test Failed*** 3 failures. > For whitespace errors, see the file .doctest_gap.py > [2.4 s] > exit code: 256 > > ---------------------------------------------------------------------- > The following tests failed: > > > sage -t devel/sage-main/sage/interfaces/gap.py > Total time for all tests: 2.4 seconds > [EMAIL PROTECTED] sage-2.8.8]$ > > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---