Comment #8 on issue 2103 by asmeurer: fix sympy's internal dependencies
http://code.google.com/p/sympy/issues/detail?id=2103

Actually, I used

find sympy/ | GREP "\.py$" | GREP -v "tests/" | xargs sfood | sfood-cluster `LS -1 sympy | xargs -L 1 echo "sympy/"| tr -d " "` | GREP -E "((.*?sympy.*?,.*sympy.*?), (.*?(sympy|None).*?,.*?(sympy|None).*?))" | GREP -v "'sympy'" | GREP -v "conftest" | GREP -v "abc.py" | sfood-graph > sympy-dependencies-graph.dot

to skip the tests, and it came out exactly the same.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to