FWIW, on Debian testing running on core i7 + 16 GB RAM, upgrading 9.6.beta3
to 9.6.beta4 gines 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):
charpent@zen-book-flip:/usr/local/sage-9$ 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:
\begin{tikzpicture}%
[x={(1.000000cm, 0.000000cm)},
y={(-0.000000cm, 1.000000cm)},
z={(0.000000cm, -0.000000cm)},
scale=1.000000,
back/.style={loosely dotted, thin},
edge/.style={color=blue!95!black, thick},
facet/.style={fill=blue!95!black,fill opacity=0.800000},
vertex/.style={inner
sep=1pt,circle,draw=green!25!black,fill=green!75!black,thick}]
%
%
%% This TikZ-picture was produce with Sagemath version 9.6.beta3
%% with the command: ._tikz_3d_in_3d and parameters:
%% view = [0, 0, 1]
%% angle = 0
%% scale = 1
%% edge_color = blue!95!black
%% facet_color = blue!95!black
%% opacity = 0.8
%% vertex_color = green
%% axis = False
<BLANKLINE>
%% Coordinate of the vertices:
%%
\coordinate (1.00000, -1.00000, -1.00000) at (1.00000, -1.00000, -1.00000);
\coordinate (1.00000, 1.00000, -1.00000) at (1.00000, 1.00000, -1.00000);
\coordinate (1.00000, 1.00000, 1.00000) at (1.00000, 1.00000, 1.00000);
\coordinate (1.00000, -1.00000, 1.00000) at (1.00000, -1.00000, 1.00000);
\coordinate (-1.00000, -1.00000, 1.00000) at (-1.00000, -1.00000, 1.00000);
\coordinate (-1.00000, -1.00000, -1.00000) at (-1.00000, -1.00000,
-1.00000);
\coordinate (-1.00000, 1.00000, -1.00000) at (-1.00000, 1.00000, -1.00000);
\coordinate (-1.00000, 1.00000, 1.00000) at (-1.00000, 1.00000, 1.00000);
%%
%%
%% Drawing edges in the back
%%
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (1.00000, 1.00000,
-1.00000);
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (1.00000, -1.00000,
1.00000);
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (-1.00000, -1.00000,
-1.00000);
\draw[edge,back] (1.00000, 1.00000, -1.00000) -- (1.00000, 1.00000,
1.00000);
\draw[edge,back] (1.00000, 1.00000, -1.00000) -- (-1.00000, 1.00000,
-1.00000);
\draw[edge,back] (-1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000,
-1.00000);
\draw[edge,back] (-1.00000, -1.00000, -1.00000) -- (-1.00000, 1.00000,
-1.00000);
\draw[edge,back] (-1.00000, 1.00000, -1.00000) -- (-1.00000, 1.00000,
1.00000);
%%
%%
%% Drawing vertices in the back
%%
\node[vertex] at (1.00000, -1.00000, -1.00000) {};
\node[vertex] at (1.00000, 1.00000, -1.00000) {};
\node[vertex] at (-1.00000, 1.00000, -1.00000) {};
\node[vertex] at (-1.00000, -1.00000, -1.00000) {};
%%
%%
%% Drawing the facets
%%
\fill[facet] (-1.00000, 1.00000, 1.00000) -- (1.00000, 1.00000, 1.00000) --
(1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000, 1.00000) -- cycle {};
%%
%%
%% Drawing edges in the front
%%
\draw[edge] (1.00000, 1.00000, 1.00000) -- (1.00000, -1.00000, 1.00000);
\draw[edge] (1.00000, 1.00000, 1.00000) -- (-1.00000, 1.00000, 1.00000);
\draw[edge] (1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000, 1.00000);
\draw[edge] (-1.00000, -1.00000, 1.00000) -- (-1.00000, 1.00000, 1.00000);
%%
%%
%% Drawing the vertices in the front
%%
\node[vertex] at (1.00000, 1.00000, 1.00000) {};
\node[vertex] at (1.00000, -1.00000, 1.00000) {};
\node[vertex] at (-1.00000, -1.00000, 1.00000) {};
\node[vertex] at (-1.00000, 1.00000, 1.00000) {};
%%
%%
\end{tikzpicture}
Got:
\begin{tikzpicture}%
[x={(1.000000cm, 0.000000cm)},
y={(-0.000000cm, 1.000000cm)},
z={(0.000000cm, -0.000000cm)},
scale=1.000000,
back/.style={loosely dotted, thin},
edge/.style={color=blue!95!black, thick},
facet/.style={fill=blue!95!black,fill opacity=0.800000},
vertex/.style={inner
sep=1pt,circle,draw=green!25!black,fill=green!75!black,thick}]
%
%
%% This TikZ-picture was produce with Sagemath version 9.6.beta4
%% with the command: ._tikz_3d_in_3d and parameters:
%% view = [0, 0, 1]
%% angle = 0
%% scale = 1
%% edge_color = blue!95!black
%% facet_color = blue!95!black
%% opacity = 0.8
%% vertex_color = green
%% axis = False
<BLANKLINE>
%% Coordinate of the vertices:
%%
\coordinate (1.00000, -1.00000, -1.00000) at (1.00000, -1.00000, -1.00000);
\coordinate (1.00000, 1.00000, -1.00000) at (1.00000, 1.00000, -1.00000);
\coordinate (1.00000, 1.00000, 1.00000) at (1.00000, 1.00000, 1.00000);
\coordinate (1.00000, -1.00000, 1.00000) at (1.00000, -1.00000, 1.00000);
\coordinate (-1.00000, -1.00000, 1.00000) at (-1.00000, -1.00000, 1.00000);
\coordinate (-1.00000, -1.00000, -1.00000) at (-1.00000, -1.00000,
-1.00000);
\coordinate (-1.00000, 1.00000, -1.00000) at (-1.00000, 1.00000, -1.00000);
\coordinate (-1.00000, 1.00000, 1.00000) at (-1.00000, 1.00000, 1.00000);
%%
%%
%% Drawing edges in the back
%%
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (1.00000, 1.00000,
-1.00000);
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (1.00000, -1.00000,
1.00000);
\draw[edge,back] (1.00000, -1.00000, -1.00000) -- (-1.00000, -1.00000,
-1.00000);
\draw[edge,back] (1.00000, 1.00000, -1.00000) -- (1.00000, 1.00000,
1.00000);
\draw[edge,back] (1.00000, 1.00000, -1.00000) -- (-1.00000, 1.00000,
-1.00000);
\draw[edge,back] (-1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000,
-1.00000);
\draw[edge,back] (-1.00000, -1.00000, -1.00000) -- (-1.00000, 1.00000,
-1.00000);
\draw[edge,back] (-1.00000, 1.00000, -1.00000) -- (-1.00000, 1.00000,
1.00000);
%%
%%
%% Drawing vertices in the back
%%
\node[vertex] at (1.00000, -1.00000, -1.00000) {};
\node[vertex] at (1.00000, 1.00000, -1.00000) {};
\node[vertex] at (-1.00000, 1.00000, -1.00000) {};
\node[vertex] at (-1.00000, -1.00000, -1.00000) {};
%%
%%
%% Drawing the facets
%%
\fill[facet] (-1.00000, 1.00000, 1.00000) -- (1.00000, 1.00000, 1.00000) --
(1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000, 1.00000) -- cycle {};
%%
%%
%% Drawing edges in the front
%%
\draw[edge] (1.00000, 1.00000, 1.00000) -- (1.00000, -1.00000, 1.00000);
\draw[edge] (1.00000, 1.00000, 1.00000) -- (-1.00000, 1.00000, 1.00000);
\draw[edge] (1.00000, -1.00000, 1.00000) -- (-1.00000, -1.00000, 1.00000);
\draw[edge] (-1.00000, -1.00000, 1.00000) -- (-1.00000, 1.00000, 1.00000);
%%
%%
%% Drawing the vertices in the front
%%
\node[vertex] at (1.00000, 1.00000, 1.00000) {};
\node[vertex] at (1.00000, -1.00000, 1.00000) {};
\node[vertex] at (-1.00000, -1.00000, 1.00000) {};
\node[vertex] at (-1.00000, 1.00000, 1.00000) {};
%%
%%
\end{tikzpicture}
**********************************************************************
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…
HTH,
Le mardi 8 mars 2022 à 12:33:30 UTC+1, Volker Braun a écrit :
> 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
>
> b21ca55c56 (tag: 9.6.beta4, trac/develop) Updated SageMath version to
> 9.6.beta4
> b845564e04 Trac #33454: adjust error messages in quivers/
> b00c74c2f1 Trac #33447: Doctest failure on ubuntu-jammy because system
> Singular is accepted
> 5958f5d2d8 Trac #33452: adjust error messages in topology/
> a791c0907f Trac #33449: Move plotting and affine hull to Polyhedron_base6
> 743d674160 Trac #33442: Remove package ratpoints deprecated 4 years ago
> 3b1b062108 Trac #33435: Move complex number powering test to correct
> location
> e7f6c32784 Trac #33355: Generate coverage results and upload to codecov
> 402d53cb37 Trac #33223: make PARI the default for
> EllipticCurve_field.weierstrass_p()
> 6cf15c4eb0 Trac #33112: some speedups in
> AdditiveAbelianGroupWrapper.discrete_log()
> 4764ed6995 Trac #32770: Expose and access `tachyon` command line flags
> dbca106bf4 Trac #31426: Apply flat shading when plotting 3d polyhedra with
> Three.js
> c5fb4c79a1 Trac #33450: Improve vs code config
> e2620748bc Trac #33312: WeierstrassIsomorphism.degree() returns a Python
> int
> d7c19dfe12 Trac #33094: update URLs in SPKG.rst for ECL
> 9a0c983303 Trac #32922: Change parameter name
> e8ce84e249 Trac #32384: make some AdditiveAbelianGroupWrapper methods
> visible
> b76de7982c Trac #32251: Fix doctest in the "Y pentamino" example from
> Donald Knuth
> 7b2352a4d3 Trac #30999: expose method hyperbolicity in graphs
> c14a5edc86 Trac #25787: Remove documentation configuration from
> micro_release
> b80778c4cf Trac #33414: Remove sage-open
> 7840e89cd8 Trac #33413: Remove sage-native-execute
> d960e42167 Trac #33412: Remove sage-update-src
> 7118efb6d9 Trac #33411: include time for checking doctest output in
> '--warn-long'
> eb45ff8b34 Trac #33322: Several ImageMagick tests need "long time"
> 42ce12554c Trac #33318: speed up is_prime() for very small integers
> 6fb8e9a953 Trac #33308: Remove expired deprecations that use
> lazy_import(MODULE, "*")
> 00c2f53ed9 Trac #33292: mark invlex ordering as global
> 2e90b658f3 Trac #33286: Put topology in the reference manual
> e879b4139d Trac #33270: Difference between a formula and an image in
> Contour Plots
> 3c71cc549b Trac #33224: PARI-backed LaurentSeries truncates exact
> polynomials to default precision
> ed99b67bd6 Trac #33434: Fix pyflake in sage.graphs.graph
> d3b163ac86 Trac #33424: pep8 for function field maps
> 960773dff0 Trac #33319: polynomial rings should not attempt to use
> Singular in characteristic >= 2^31
> 0c85ad2f59 Trac #33433: Correct order of parameters in min_spanning_tree
> 8e935af159 Trac #33421: Add elliptic_curves dependency to sagemath_doc_html
> 111bcfa1f7 Trac #33216: reduce precision for .formal() in
> EllipticCurveIsogeny.dual()
> 195cf6ab4d Trac #33215: WeierstrassIsomorphism should coerce its inputs to
> a common parent
> df9c2612a6 Trac #33210: Fix Cython warnings in
> sage.rings.polynomial.polynomial_modn_dense_ntl
> ac61ea8b62 Trac #33208: Remove unused code from
> sage/rings/padics/pow_computer_ext.pyx
> bc069a7cb2 Trac #33193: Fix Cython incompatible redefinition warnings in
> padics
> 8a21049265 Trac #33186: Fix "referenced before assignment" warnings in
> padics
> 490fdfded3 Trac #33055: conda-forge: Fix build of python3 spkg
> beedaabc7e Trac #32997: docker image fails to build on tigerlake
> 28f2f9a48b Trac #32786: opportunistic caching of elliptic-curve and point
> orders
> 1ac2b995a4 Trac #12419: factorization of 0 in GF(p)[x,y] fails
> 9349a36d34 Trac #33429: some cleanup in toric schemes
> df9d1d77aa Trac #33427: numerical noise in effective_resistance involving
> RDF
> c6f2af1800 Trac #33425: adjust error messages in combinat/words
> 449c7f1d66 Trac #33423: Cancel the linter
> b30c72fe86 Trac #33420: fix E111 (indentation) in quadratic_forms
> cc8a39082b Trac #33419: fix E111 (indentation) in manifolds, stats, finance
> 6410a7cd86 Trac #33415: fix the linter
> ec318c0d08 Trac #33410: Polyhedron_base.volume(engine='lrs',
> measure='induced')
> b6fecc7464 Trac #33399: Bug in ExpressionNice with composite variables
> 6779f414bf Trac #33363: (Too) long doctest in
> sage/matrix/matrix_integer_dense.pyx
> 9e90afaba0 Trac #29215: valuation error
> 2a16069f4c Trac #29114: Only ./bootstrap should glob build/pkgs
> 062a90c9d1 Trac #33403: Polyhedron._test_product, _test_dilation: Skip
> tests if test prereqs cannot be imported
> cc4ffb3fa1 Trac #33402: sage.geometry.polyhedron: More # optional
> 9333fa5dc3 Trac #33395: document using Wolfram Engine (a.k.a.
> wolframscript) with Sage
> f346730807 Trac #33394: correct docs for running notebook on a specific
> port
> 1e8ba0aac4 (tag: 9.6.beta3) Updated SageMath version to 9.6.beta3
>
--
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/9d389676-4786-4664-9f6b-6d3de8247b10n%40googlegroups.com.