#13862: Split graph_generators into several files
---------------------------------+------------------------------------------
Reporter: ncohen | Owner: jason, ncohen, rlm
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: graph theory | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Nathann Cohen | Merged in:
Dependencies: | Stopgaps:
---------------------------------+------------------------------------------
Changes (by dcoudert):
* status: needs_review => needs_work
Comment:
Hello,
the long tests fail on families.py
{{{
**********************************************************************
File "/path-to-sage/sage-5.6.beta0/devel/sage-
myclone/sage/graphs/generators/families.py", line 1815:
sage: G = graphs.RingedTree(5)
Exception raised:
Traceback (most recent call last):
File "/path-to-sage/sage-5.6.beta0/local/bin/ncadoctest.py", line
1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/path-to-sage/sage-5.6.beta0/local/bin/sagedoctest.py", line
38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File "/path-to-sage/sage-5.6.beta0/local/bin/ncadoctest.py", line
1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_25[2]>", line 1, in <module>
G = graphs.RingedTree(Integer(5))###line 1815:
sage: G = graphs.RingedTree(5)
File "/path-to-sage/sage-5.6.beta0/local/lib/python/site-
packages/sage/graphs/generators/families.py", line 1845, in RingedTree
from sage.graphs.graph_plot import GraphGenerators
ImportError: cannot import name GraphGenerators
}}}
I have run tests only on the graph directory. I don't know if this patch
could impact other modules.
Also, you should add possible dependencies with other patches e.g.,
#13809.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13862#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.