2022-03-08 15:25 UTC, Emmanuel Charpentier: > > FWIW, on Debian testing running on core i7 + 16 GB RAM, > upgrading 9.6.beta3 to 9.6.beta4 gives me > one transient failure (already known) : > > sage -t --long --warn-long 209.2 > --random-seed=31897748386618397374885466269378290605 > src/sage/schemes/cyclic_covers/cycliccover_finite_field.py # 1 doctest failed > > and one permanent one (new to me): > > $ sage -t --long --warn-long 209.2 > --random-seed=31897748386618397374885466269378290605 > src/sage/geometry/polyhedron/base6.py # 1 doctest failed > Running doctests with ID 2022-03-08-16-07-17-127d7039. > Git branch: develop > Using > --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg > Features to be detected: > 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,pandoc,pdf2svg,pdftocairo,plantri,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib > Doctesting 1 file. > sage -t --long --warn-long 209.2 > --random-seed=31897748386618397374885466269378290605 > src/sage/geometry/polyhedron/base6.py > ********************************************************************** > File "src/sage/geometry/polyhedron/base6.py", line 53, in > sage.geometry.polyhedron.base6.Polyhedron_base6 > Failed example: > Polyhedron_base6.tikz(P) > Expected: > ... > %% This TikZ-picture was produce with Sagemath version 9.6.beta3 > ... > Got: > ... > %% This TikZ-picture was produce with Sagemath version 9.6.beta4 > ... > ********************************************************************** > 1 item had failures: > 1 of 11 in sage.geometry.polyhedron.base6.Polyhedron_base6 > [243 tests, 1 failure, 33.00 s] > ---------------------------------------------------------------------- > sage -t --long --warn-long 209.2 > --random-seed=31897748386618397374885466269378290605 > src/sage/geometry/polyhedron/base6.py # 1 doctest failed > ---------------------------------------------------------------------- > Total time for all tests: 33.1 seconds > cpu time: 16.4 seconds > cumulative wall time: 33.0 seconds > Features detected for doctesting: > sage.combinat,sage.plot,sage.rings.number_field > Pytest is not installed, skip checking tests that rely on it. > > I can’t formally check it now, but the “failure” seems to be bound only > to the … Sage version number in the initial comment. > Therefore a cosmetic booboo, but not so easy to fix…
A fix is up for review at - Sage Trac ticket #33480 Adjust docstrings and doctest in `polyhedron/base6` https://trac.sagemath.org/ticket/33480 -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAEcArF0sxnJ-EqYNjDiQfRA7C9HyDMZpdNOuaVSG%2BQPEDQNMmg%40mail.gmail.com.
