About the pari output discrepancy: Doctests should avoid asking for a specific output here as there is more than one correct answer (you are asking for generators of a group). Better is to flag the points output as random, but then also to check something which is invariant, in this case the regulator.
John On Sun, 23 Feb 2025, 01:46 Dave Morris, <[email protected]> wrote: > Sorry if this is noise, but several CI runs seem to have this doctest > error (which I don't think I've seen before): > > sage -t --long --warn-long 30.0 > --random-seed=286735480429121101562228604801325644303 > src/sage/schemes/elliptic_curves/ell_rational_field.py > ********************************************************************** > Error: Failed example:: Got: > [(38902300445163190028032/305111826865145547009 : > 680061120400889506109527474197680/5329525731816164537079693913473 : 1)] > E.gens(use_database=False, algorithm='pari', pari_effort=4) # long time > Expected: > [(611429153205013185025/9492121848205441 : > 15118836457596902442737698070880/924793900700594415341761 : 1)] > Got: > [(38902300445163190028032/305111826865145547009 : > 680061120400889506109527474197680/5329525731816164537079693913473 : 1)] > ********************************************************************** > > e.g., > https://github.com/sagemath/sage/actions/runs/13468501565/job/37642691675?pr=39559 > > On Saturday, February 22, 2025 at 6:04:25 PM UTC-5 Kwankyu Lee wrote: > >> Not only on macOS, >> >> https://github.com/sagemath/sage/actions/runs/13465411463/job/37630049652 >> >> -- > 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 visit > https://groups.google.com/d/msgid/sage-release/4d33d176-0691-4e41-ac98-4af0261101d1n%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/4d33d176-0691-4e41-ac98-4af0261101d1n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 visit https://groups.google.com/d/msgid/sage-release/CAD0p0K7EkxS5Fixb0ievk4GnmC9tENqE7m8GLX1U2gK8M7aG5g%40mail.gmail.com.
