Running tests with various optional+external packages, I get

Using 
--optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,fricas,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

----------------------------------------------------------------------
sage -t --long src/sage/combinat/designs/bibd.py  # 2 doctests failed
sage -t --long src/sage/combinat/species/library.py  # 1 doctest failed
sage -t --long src/sage/combinat/tutorial.py  # 1 doctest failed
sage -t --long src/sage/databases/findstat.py  # 17 doctests failed
sage -t --long src/sage/geometry/polyhedron/base.py  # Bad exit: 1
sage -t --long src/sage/graphs/generators/smallgraphs.py  # 2 doctests 
failed
sage -t --long src/sage/sat/boolean_polynomials.py  # 1 doctest failed
----------------------------------------------------------------------
External software detected for doctesting: 
cplex,ffmpeg,graphviz,imagemagick,internet,latex,pandoc

Only sat/boolean_polynomials.py does not reproduce while rerunning failed 
tests.

library.py and tutorial.py were dealt in 
https://trac.sagemath.org/ticket/30020

Failure with bibd.py is new and is copied below

Follow up at https://trac.sagemath.org/ticket/25536


sage -t --long src/sage/combinat/designs/bibd.py
**********************************************************************
File "src/sage/combinat/designs/bibd.py", line 109, in 
sage.combinat.designs.bibd.balanced_incomplete_block_design
Failed example:
    B                                                              # 
optional - internet
Expected:
    Incidence structure with 66 points and 143 blocks
Got:
    (66,6,1)-Balanced Incomplete Block Design
**********************************************************************
File "src/sage/combinat/designs/bibd.py", line 113, in 
sage.combinat.designs.bibd.balanced_incomplete_block_design
Failed example:
    designs.balanced_incomplete_block_design(66, 6, 1, use_LJCR=True)  # 
optional - internet
Expected:
    Incidence structure with 66 points and 143 blocks
Got:
    (66,6,1)-Balanced Incomplete Block Design
**********************************************************************
1 item had failures:
   2 of  26 in sage.combinat.designs.bibd.balanced_incomplete_block_design
    0 tests not run because we ran out of time
    [120 tests, 2 failures, 5.32 s]

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/5bc9b754-8ab6-4c6a-b365-68afa31b72d4o%40googlegroups.com.

Reply via email to