On Tue, Feb 26, 2019 at 9:55 AM Sébastien Labbé <[email protected]> wrote: > > > Using > --optional=bliss,cbc,ccache,cmake,cryptominisat,dot2tex,external,glucose,gmpy2,lrslib,memlimit,mpir,normaliz,notedown,pandoc_attributes,pycosat,pynormaliz,python2,rst2ipynb,sage > External software detected for doctesting: > ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc > > I get: > > ---------------------------------------------------------------------- > sage -t --long src/sage/databases/oeis.py # 1 doctest failed > sage -t --long src/sage/combinat/designs/ext_rep.py # 1 doctest failed > sage -t --long src/sage/sat/boolean_polynomials.py # 1 doctest failed > sage -t --long src/sage/misc/persist.pyx # 2 doctests failed > ---------------------------------------------------------------------- > > boolean_polynomial failure is not reproducable. > > the oeis failure is copied below: > > > sage -t --long src/sage/databases/oeis.py > ********************************************************************** > File "src/sage/databases/oeis.py", line 929, in > sage.databases.oeis.OEISSequence.natural_object > Failed example: > av = oeis('A087778') ; av # optional -- internet > Expected: > A087778: Decimal expansion of Avogadro's constant. > Got: > A087778: Decimal expansion of Avogadro's constant (in mol^{-1}). > ********************************************************************** > 1 item had failures: > 1 of 22 in sage.databases.oeis.OEISSequence.natural_object > [264 tests, 1 failure, 54.76 s] > ----------------------------------------------------------------------
this is to be fixed by https://gitlab.com/sagemath/sage/merge_requests/8 -- 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.
