Testing various optional and external packages, I get:
Using
--optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_numerical_backends_cplex,sage_numerical_backends_gurobi,sagenb
----------------------------------------------------------------------
sage -t --long src/sage/geometry/polyhedron/base.py # Killed due to abort
sage -t --long src/sage/plot/animate.py # 7 doctests failed
sage -t --long src/sage/databases/findstat.py # 8 doctests failed
sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests
failed
sage -t --long src/sage/combinat/tutorial.py # 1 doctest failed
sage -t --long src/sage/interfaces/psage.py # 1 doctest failed
----------------------------------------------------------------------
External software detected for doctesting:
cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc
Rerunning faled tests, I get:
----------------------------------------------------------------------
sage -t --long src/sage/databases/findstat.py # 8 doctests failed
sage -t --long src/sage/combinat/tutorial.py # 1 doctest failed
sage -t --long src/sage/graphs/generators/smallgraphs.py # 2 doctests
failed
sage -t --long src/sage/geometry/polyhedron/base.py # Killed due to abort
sage -t --long src/sage/plot/animate.py # 7 doctests failed
----------------------------------------------------------------------
External software detected for doctesting: ffmpeg,imagemagick,internet
The tutorial.py failure is copied below:
sage -t --long src/sage/combinat/tutorial.py
**********************************************************************
File "src/sage/combinat/tutorial.py", line 1732, in sage.combinat.tutorial
Failed example:
oeis(L) # optional -- internet
Expected:
0: A000045: Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and
F(1) = 1.
1: A212804: Expansion of (1-x)/(1-x-x^2).
2: A132636: a(n) = Fibonacci(n) mod n^3.
Got:
0: A000045: Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and
F(1) = 1.
1: A212804: Expansion of (1-x)/(1-x-x^2).
2: A324969: Number of unlabeled rooted identity trees with n vertices
whose non-leaf terminal subtrees are all different.
**********************************************************************
1 item had failures:
1 of 248 in sage.combinat.tutorial
5 tests for not implemented functionality not run
6 not tested tests not run
1 py2 test not run
0 tests not run because we ran out of time
[247 tests, 1 failure, 23.87 s]
Others are tracked here: https://trac.sagemath.org/ticket/25536
--
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/4d42b960-af68-4b11-ae7d-d7eef33a21b2%40googlegroups.com.