On Debian testing running on core i7 + 16 GB RAM, upgrading 10.1.beta2 to 10.1.beta3 and rinning ptestlong gives 3 permanent failures :
---------------------------------------------------------------------- sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/schemes/elliptic_curves/ell_rational_field.py # 1 doctest failed sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/coding/linear_code.py # 2 doctests failed sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/coding/code_constructions.py # 1 doctest failed ----------------------------------------------------------------------The last two have been already reported a few times, and seem cosmetic. The first one is new and seemingly not cosmetic :
charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/schemes/elliptic_curves/ell_rational_field.py # 1 doctest failed Running doctests with ID 2023-06-13-17-49-08-8dac2a23. Git branch: develop Git ref: 10.1.beta0-453-g443b7549ad Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.11' Using --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,libsemigroups,msolve,pip,pysingular,sage,sage_spkg,singular_jupyter Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,fpylll,gfan,graphviz,imagemagick,ipython,jupymake,kenzo,latte_int,lrcalc_python,lrslib,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.gap,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modules,sage.plot,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.rings.real_mpfr,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sphinx,sympy,tdlib Doctesting 1 file. sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/schemes/elliptic_curves/ell_rational_field.py ********************************************************************** File "src/sage/schemes/elliptic_curves/ell_rational_field.py", line 2380, in sage.schemes.elliptic_curves.ell_rational_field.EllipticCurve_rational_field.? Failed example: E.gens(use_database=False, algorithm="pari",pari_effort=4) Expected: [(611429153205013185025/9492121848205441 : 15118836457596902442737698070880/924793900700594415341761 : 1)] Got: [(-38749202011873484470143/306317326339867638016 : 678721624672968530804232808604865/5361142413550167706041194328064 : 1)] ********************************************************************** 1 item had failures: 1 of 100 in sage.schemes.elliptic_curves.ell_rational_field.EllipticCurve_rational_field.? [896 tests, 1 failure, 241.41 s] ---------------------------------------------------------------------- sage -t --long --warn-long 207.1 --random-seed=291812591553963182024849035945523427319 src/sage/schemes/elliptic_curves/ell_rational_field.py # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 251.7 seconds cpu time: 227.0 seconds cumulative wall time: 241.4 seconds Features detected for doctesting: sage.rings.finite_rings,sage.rings.number_fieldHTH,
--
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 sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/774ed98e-96e3-44bf-b1ad-fe5259d90cb8n%40googlegroups.com.
The elliptic curve failure might be a consequence of the recently merged PR #35626 about using libpari to compute ranks and generators.I'll take a look to at least see if the output you get is mathematically correct -- generators are not unique.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/93736586-2c19-436d-b4c4-e37987123b50n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq0XsR0ivtRE95-56bRSLsr8CidNMJjruQzstndeSa3uyA%40mail.gmail.com.
Maybe I'm being stupid, but I don't think the given list of generators is complete. The inverse of a generator is also a generator, so aren't there 8 generators, not 4? (Sorry I couldn't find the PR, to put this comment there.)
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/a8234925-4f54-42c6-a521-5da346f0ae8cn%40googlegroups.com.