On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:
- incremental build (-j16) from 9.5.beta5, with system python (3.8.10): OK
- make ptestlong results in 1 failure:

**********************************************************************
File "src/sage/plot/plot.py", line 1782, in sage.plot.plot.plot
Failed example:
    plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, 
ymax=5)
Expected:
    Graphics object consisting of 12 graphics primitives
Got:
    Graphics object consisting of 13 graphics primitives
**********************************************************************

Strangely, the test is passed when run standalone:

./sage -t --long src/sage/plot/plot.py
Running doctests with ID 2021-11-16-11-30-56-31426e61.
Git branch: develop
Using 
--optional=build,debian,dochtml,pip,sage,sage.geometry.polyhedron,sage.rings.real_double,sage_spkg
Doctesting 1 file.
sage -t --long --warn-long 66.6 
--random-seed=321008040313156700460941679315322569825 src/sage/plot/plot.py
    [461 tests, 61.81 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 61.9 seconds
    cpu time: 58.9 seconds
    cumulative wall time: 61.8 seconds

I am wondering how can one have 13 graphics primitives in ptestlong and 12 
in standalone mode...

Eric. 




-- 
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/5c5d1b72-f7fd-43bd-a69a-846359f59f39n%40googlegroups.com.

Reply via email to