leif wrote: > Volker Braun wrote: >> 5cd62cb Updated SageMath version to 7.4.beta2 > > Built from scratch (source tarball), Linux x86_64 (Haswells). > > With GCC 6.1.0: > > ---------------------------------------------------------------------- > sage -t --long src/sage/libs/gap/assigned_names.py # 1 doctest failed > sage -t --long src/sage/symbolic/function.pyx # 1 doctest failed > ---------------------------------------------------------------------- > > The first is the usual failure, the second is new, and I don't know > where it originates from (as the doctest itself hasn't changed): > > ********************************************************************** > File "src/sage/symbolic/function.pyx", line 667, in > sage.symbolic.function.Function._fast_float_ > Failed example: > ff(1.5) > Expected: > 0.9661051464753108 > Got: > 0.9661051464753109 > **********************************************************************
Trivial patch for the numerical noise (just adding '#tol') needs review: https://trac.sagemath.org/ticket/21411 -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.
