Dear all,

On sage 9.3 and buckygen installed I got a lot of test failures
in graphs/graph_generators.py of the type

sage -t --long --random-seed=0 src/sage/graphs/graph_generators.py
**********************************************************************
File "src/sage/graphs/graph_generators.py", line 1233, in sage.graphs.graph_generators.GraphGenerators.fullerenes
Failed example:
    len(list(gen))  # optional buckygen
Exception raised:
    Traceback (most recent call last):
File "/home/vdelecro/sage_patchbot/local/lib/python3.6/site-packages/sage/doctest/forker.py", line 714, in _run
        self.compile_and_execute(example, compiler, test.globs)
File "/home/vdelecro/sage_patchbot/local/lib/python3.6/site-packages/sage/doctest/forker.py", line 1133, in compile_and_execute
        exec(compiled, globs)
File "<doctest sage.graphs.graph_generators.GraphGenerators.fullerenes[1]>", line 1, in <module>
        len(list(gen))  # optional buckygen
File "/home/vdelecro/sage_patchbot/local/lib/python3.6/site-packages/sage/graphs/graph_generators.py", line 1301, in fullerenes
        sp.stdout.reconfigure(newline='')
AttributeError: '_io.TextIOWrapper' object has no attribute 'reconfigure'
**********************************************************************

Best
Vincent

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/05788001-ed47-dbd3-723f-dd286eaee46b%40gmail.com.

Reply via email to