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
> 
> d091c43 Updated SageMath version to 7.3.beta6


With FSF GCC 5.4 on Linux x86_64 (Haswell) just the usual noise:

**********************************************************************
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
**********************************************************************


In ptestlong, two other tests also failed, but passed when rerun:

----------------------------------------------------------------------
sage -t --long src/sage/libs/gap/element.pyx  # Bad exit: 2
sage -t --long src/sage/matrix/matrix_double_dense.pyx  # 1 doctest failed
sage -t --long src/sage/libs/gap/assigned_names.py  # 1 doctest failed
----------------------------------------------------------------------


-leif

-- 
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 https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to