Comment #21 on issue 2133 by asmeurer: Merge new polynomials manipulation module
http://code.google.com/p/sympy/issues/detail?id=2133

So it turns out that those other test failures are not tox related. The first one only shows up when running the full test suite; when testing test_expr.py individually it passes. They are:

_____________ sympy/core/tests/test_expr.py:test_as_ordered_terms ______________ File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/core/tests/test_expr.py", line 877, in test_as_ordered_terms
    [f(1), f(2), f(3), f(1, 2, 3), g(1), g(2), g(3), g(1, 2, 3)]
AssertionError
________________________________________________________________________________
________ sympy/polys/tests/test_rootoftools.py:test_RootSum_independent ________ File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/polys/tests/test_rootoftools.py", line 252, in test_RootSum_independent
    15*RootSum(x**4 - b, Lambda(x, tan(x)), x) + 126
AssertionError


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

Reply via email to