Volker Braun wrote:
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
> 
> 7c27cd2 Updated Sage version to 6.10.beta7

Same two doctest failures as with beta6.  (As mentioned, the latter is
quite old and happens with any native build on Haswell.)


sage -t --long --warn-long 60.1 src/sage/matrix/matrix_double_dense.pyx
**********************************************************************
File "src/sage/matrix/matrix_double_dense.pyx", line 3761, in
sage.matrix.matrix_double_dense.Matrix_double_dense.exp
Failed example:
    A.exp()  # tol 1e-14
Expected:
    [-19.614602953804912 + 12.517743846762578*I   3.7949636449582176 +
28.88379930658099*I]
    [ -32.383580980922254 + 21.88423595789845*I   2.269633004093535 +
44.901324827684824*I]
Got:
    [-19.614602953804923 + 12.517743846762574*I  3.7949636449582007 +
28.883799306580993*I]
    [-32.383580980922275 + 21.884235957898447*I  2.2696330040935115 +
44.901324827684846*I]
Tolerance exceeded in 1 of 8:
    2.269633004093535 vs 2.2696330040935115, tolerance 1e-14 > 1e-14
**********************************************************************
1 item had failures:
   1 of  11 in sage.matrix.matrix_double_dense.Matrix_double_dense.exp
    [636 tests, 1 failure, 1.60 s]
----------------------------------------------------------------------
sage -t --long --warn-long 60.1 src/sage/matrix/matrix_double_dense.pyx
 # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 1.8 seconds
    cpu time: 1.6 seconds
    cumulative wall time: 1.6 seconds


sage -t --long --warn-long 60.1 src/sage/symbolic/expression.pyx
**********************************************************************
File "src/sage/symbolic/expression.pyx", line 11077, in
sage.symbolic.expression.Expression._plot_fast_callable
Failed example:
    plot(s)
Expected:
    Graphics object consisting of 1 graphics primitive
Got:
    Graphics object consisting of 0 graphics primitives
**********************************************************************
1 item had failures:
   1 of  10 in sage.symbolic.expression.Expression._plot_fast_callable
    [2546 tests, 1 failure, 34.99 s]
----------------------------------------------------------------------
sage -t --long --warn-long 60.1 src/sage/symbolic/expression.pyx  # 1
doctest failed
----------------------------------------------------------------------


-leif

> 6270d3b Trac #19658: update sympy 0.7.6 -> 0.7.6.1
> 81a80a8 Trac #19312: Update to pynac-0.5.2
> 26ace37 Trac #18669: Use PARI to compute rational_diagonal_form()
> 3faefd1 Trac #17406: sage.crypto.gen_lattice: quotient parameter should
> accept polynomials
> e219df8 Trac #19646: Add FLINT declarations for finite fields and p-adics
> 704654a Trac #19637: Fix doctests for Coxeter3
> bd07f76 Trac #19652: Fix one cryptominisat optional doctest
> 4cb1065 Trac #19642: Upgrade lrcalc to version 1.2
> e59cf96 Trac #19639: Remove redundant FLINT include dirs
> f9c5d7e Trac #19640: Do not drop LDFLAGS
> ff2f499 Trac #19597: General code cleanup: avoid code like x.__eq__(y)
> 4fef8a2 Trac #19467: Make binaries installable
> f6444cc Trac #18737: Add jeu de taquin shuffling to the SkewTableaux class
> 3e365b3 Trac #12482: isinstance failure on lazy imported class
> ad4701f Trac #19633: Optimize lazy imports
> c21b7cb Trac #19563: Upgrade arb and fix FLINT includes
> 4bd30a6 Trac #19463: A coding/two_weight_db module
> d1c3af6 Trac #18601: Fix PARI get_var()
> 3b672ef Trac #19624: two more srgs from Hoffman-Singleton family
> 28080dc Trac #19631: reduced_word breaks for automatic_monoids if not
> initialised
> 5e4378c Trac #19585: Improve efficiency of calling GAP functions
> 826448f Trac #19629: Fix RealBall.__hash__
> f318c4a Trac #19152: {Real,Complex}Ball: Miscellaneous fixes and
> improvements
> 8400a23 Updated Sage version to 6.10.beta6

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to