On Mon, Mar 24, 2008 at 8:50 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > > > On Mar 24, 1:13 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > > Ubuntu 7.10, amd64: > > ./sage -tp 1 devel/sage/sage > > gave > > The following tests failed: > > > > sage -t 1/devel/sage/sage/plot/plot.py: 1 doctests failed > > Hi David, > > > > sage -t 1/devel/sage/sage/calculus/calculus.py: 5 doctests failed > > sage -t 1/devel/sage/sage/misc/preparser.py: 1 doctests failed > > Can you rerun the above two doctests and post the output?
"Rerunning sage -t" yields all tests pass. I was reporting "sage -tp". Here is a copy+paste from the terminal history: sage -t 1/devel/sage/sage/misc/preparser.py ********************************************************************** File "preparser.py", line 83: sage: b Expected: x^2 + theta Got: 868663799 ********************************************************************** 1 items had failures: 1 of 45 in __main__.example_0 ***Test Failed*** 1 failures. sage -t 1/devel/sage/sage/calculus/calculus.py ********************************************************************** File "calculus.py", line 2892: sage: f = expand((x^2 - 1)^3*(x^2 + 1)*(x-a)); f Expected: x^9 - a*x^8 - 2*x^7 + 2*a*x^6 + 2*x^3 - 2*a*x^2 - x + a Got: 1191707048 ********************************************************************** File "calculus.py", line 2896: sage: f.roots() Exception raised: Traceback (most recent call last): File "/home/wdj/wdj/sagefiles/sage-2.11.alpha1/local/lib/python2.5/doctest.py", line 1212, in __run compileflags, 1) in test.globs File "<doctest __main__.example_76[3]>", line 1, in <module> f.roots()###line 2896: sage: f.roots() File "/home/wdj/wdj/sagefiles/sage-2.11.alpha1/local/lib/python2.5/site-packages/sage/calculus/calculus.py", line 2948, in roots raise RuntimeError, "no explicit roots found" RuntimeError: no explicit roots found ********************************************************************** File "calculus.py", line 2900: sage: f.poly(a) Expected: (x^9 - 2*x^7 + 2*x^3 - x)*1 + (-x^8 + 2*x^6 - 2*x^2 + 1)*a Got: 1191707048 ********************************************************************** File "calculus.py", line 2902: sage: f(a=x) Expected: 0 Got: 1191707048 ********************************************************************** File "calculus.py", line 2906: sage: f.roots(x) Exception raised: Traceback (most recent call last): File "/home/wdj/wdj/sagefiles/sage-2.11.alpha1/local/lib/python2.5/doctest.py", line 1212, in __run compileflags, 1) in test.globs File "<doctest __main__.example_76[6]>", line 1, in <module> f.roots(x)###line 2906: sage: f.roots(x) File "/home/wdj/wdj/sagefiles/sage-2.11.alpha1/local/lib/python2.5/site-packages/sage/calculus/calculus.py", line 2948, in roots raise RuntimeError, "no explicit roots found" RuntimeError: no explicit roots found ********************************************************************** 1 items had failures: 5 of 18 in __main__.example_76 ***Test Failed*** 5 failures. For whitespace errors, see the file .doctest_calculus.py > > Cheers, > > Michael > > > > ---------------------------------------------------------------------- > > Total time for all tests: 4448.6 seconds > > > > On the other hand, sage -testall only reported the plot.py failure. > > > > > On Sun, Mar 23, 2008 at 11:09 AM, Bill Furnish <[EMAIL PROTECTED]> wrote: > > > > > I'd like to encourage everyone to try out sage -tp for the parallel > > > doctester (even if you only run it with one thread) and report any > > > bugs as we are hoping to remove the old doctester entirely for the > > > release of 2.11. > > > > > Thanks. > > > > > On Sat, Mar 22, 2008 at 5:02 PM, mabshoff > > > > <[EMAIL PROTECTED]> wrote: > > > > > > Hi folks, > > > > > > Sage 2.11.alpha1 is out. It is a collection of various > > > > fixes, nothing particular seems to stand out. We finally > > > > pushed the updated experimental mayavi and vtl.spkg. > > > > > > We still have the doctest failure in plot.py. I do not > > > > quite understand what is wrong since strategically adding > > > > "..." doesn't fix it. Any thoughts? > > > > > > The source [191] is in the usual place: > > > > > > > http://sage.math.washington.edu/home/mabshoff/release-cycles-2.11/sag... > > > > > > > > The same directory also contains a binary for sage.math. > > > > > > Next up is continued merging, the parallel build system > > > > by Gary and hopefully a bunch of Solaris 9/10 and 64 bit > > > > OSX spkg build fixes. I cut this alpha1 to have a clean > > > > base for spkg fixes. > > > > > > Please build, doctest and report issues. There are plenty > > > > of open track tickets to review. Hopefully the holiday > > > > weekend will not interfere too much with the dev work :) > > > > > > Cheers, > > > > > > Michael > > > > > > Merged in alpha1: > > > > > > #291: Joel Mohler: strange printing of -1 in multivariate > > > > polynomial rings > > > > #679: Gary Furnish: print statistics about the number of > > > > failed doctests and exact nature of failures > > > > #2287: Michael Abshoff: error installing rubiks related > > > > to location of install > > > > #2493: Jaap Spies: Updated experimental vtk spkg > > > > (vtk-5.0.4.spkg) > > > > #2495: Jaap Spies: Updated experimental Mayavi2 spkg > > > > (mayavi_2.1.1) linux only > > > > #2514: David Joyner, Robert Miller: additions to coding > > > > modules > > > > #2572: Carl Witty: imag() not defined for Algebraic Real > > > > Field > > > > #2586: Alex Ghitza, Michael Abshoff: latex products need > > > > to be space separated > > > > #2595: Michael Abshoff: rubiks and polymake both have a > > > > cube binary > > > > #2598: Martin Albrecht: allow ZZ element to be constructed > > > > from GF(2) list > > > > #2599: Mike Hansen: Permutation -> PermutationGroupElement > > > > fails for the identity > > > > #2613: Michael Kallweit: Moving all_paths() to GenericGraph > > > > #2618: Martin Albrecht: documentation for QuotientRingElement > > > > #2619: Martin Albrecht: Gröbner bases over quotient rings > > > > #2621: Gary Furnish: parallel doctest: concurrency problem > > > > when creating .doctest directories > > > > #2622: Martin Albrecht: add PolyBoRi to reference manual > > > > #2623: Michael Abshoff: fix repo consistency issue with > > > > sage/schemes/hyperelliptic_curves/hypellfrob/README > > > > #2626: Martin Albrecht: useless __list__ methods > > > > #2635: Tom Boothby: MAJOR NOTEBOOK BUG -- sending unevaluated > > > > cells back to the server is severly broken > > > > #2639: Carl Witty: ZZ(QQbar(0)) fails > > > > #2640: Michael Abshoff: add sage-edu to list of mailing lists > > > > #2644: Didier Deshommes: fix numerical noise doctest failures > > > > in matrix_real_double_dense > > > > #2647: Tim Abbott: Fixed Debian support for linbox > > > > #2648: William Stein: bug in octave version > > > > > > Merged in alpha0: > > > > > > #1567: David Harvey: Make zn_poly a standard package > > > > #1568: David Harvey: hypellfrob -- faster zeta functions for > > > > hyperelliptic curves > > > > #2108: Burcin Erocal, Michael Abshoff: Add Atlas Tuning > > > > information for 32 bit Pentium D CPUs under Linux > > > > #2148: Burcin Erocal: PolyBoRi monomial orders are wrong > > > > #2260: Michael Abshoff: Upgrade ATLAS to 3.8.1 > > > > #2262: Michael Abshoff: Move the debian directory from the sage > > > > to the ext repo > > > > #2368: Michael Abshoff: Add Atlas Tuning information for G4 > > > > Powerbook under Linux > > > > #2405: Joel Mohler: increase Polydict speed > > > > #2424: Martin Albrecht: small roots method for polynomials > > > > mod N (N composite) > > > > #2426: Michael Abshoff: inst.tex - update compiler and > > > > operating system support > > > > #2431: Mike Hampton: fix optional polymake-2.2.p4.spkg > > > > #2437: Tom Boothby, Michael Abshoff: update eclib.spkg to > > > > eclib-20080304.p0 > > > > #2468: Didier Deshommes: inverting a non-invertible matrix over > > > > RDF returns weird results > > > > #2517: Jason Grout: ignore bad values in plot > > > > #2545: Burcin Erocal: FractionFieldElement lacks derivative method > > > > #2566: Robert Miller: fix all known bugs in graph_isom and > > > > binary_code > > > > #2571: John Cremona: problem with copy() on > > > > sage.rings.integer_mod.IntegerMod_gmp > > > > #2574: David Joyner: problem with Abelian groups and trivial > > > > elements > > > > #2576: William Stein: preserve docstrings of decorated methods > > > > in multi_polynomial_ideal.py > > > > #2579: R. Rishikesh: Inconsistency in integer quotient > > > > #2580: Robert Miller: Implement backends for graphs > > > > #2581: William Stein: extend solve_right to all cases; implement > > > > solve_left > > > > #2582: Robert Miller: fix bug in PermutationGroupElement > > > > #2583: Robert Miller: Sage 2.11.a0: doctest failure in plot.py > > > > due to #2580 > > > > #2584: Jason Grout, Mike Hansen: printing bug with list_function()) > > > > #2585: David Roe, Mike Hansen: padic bugfix for check=False in > > > > constructor > > > > #2587: Robert Miller: subgroup of a permutation group is so slow > > > > it's silly > > > > #2588: Nick Alexander: documentation and tests for > > > > sage.schemes.hyperelliptic_curves.jacobian_morphism > > > > #2593: Martin Albrecht: Sage chokes on utf-8 in .sage files > > > > #2594: Joel Mohler: MPolynomial_polydict __floordiv__ wrong > > > > arithmetic > > > > #2602: Jason Grout: plot_vector_field docs are unnecessarily > > > > complicated (and use the slow lambda functions!) > > > > #2610: Lars Fischer, Michael Abshoff: Website: add missing > > > > line for emacs config > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---