The deprecation warning is the tested output in polyhedron/base.py line 9278.
affine_hull was deprecated in https://trac.sagemath.org/ticket/29326. I don't see why this test shouldn't pass as it uses the same syntax as other deprecation tests (e.g. in src/sage/matrix/matrix.pyx line 8). If it really doesn't pass, it should be fixed. Am Montag, 11. Mai 2020 11:57:56 UTC+2 schrieb Sébastien Labbé: > > Testing many optional and 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/databases/findstat.py # 8 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 > ---------------------------------------------------------------------- > External software detected for doctesting: > cplex,ffmpeg,graphviz,imagemagick,internet,latex,pandoc > > Rerunning failed test, I get the same. Follow up at > https://trac.sagemath.org/ticket/25536 > > > > Other than the bad exit in the polyhedron/base.py file, I also get a > deprecation warning: > > sage: _ = P.affine_hull() ## line 9278 ## > > ... > > DeprecationWarning: affine_hull is deprecated. Please use > affine_hull_projection instead. > See https://trac.sagemath.org/29326 for details. > > -- 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/1e5c06c3-0724-4015-ab8e-fc2093094f62%40googlegroups.com.
