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

There is now a trivial failure in test_rationaltools.py (you just need to rewrite the output of an expression).

Aaron, this gives me no information.

Well, I was hoping you could reproduce it yourself :)

Here is what I can uncover:

First off, it turns out that the Python 2.4 test failures are exactly the same as the other ones. The Python 2.4 test runner just prints different lines for some reason.

expr.as_ordered_terms only fails if you the whole test suite. A print statement reveals that it is giving [f(1, 2, 3), g(1), g(2), g(3), g(1, 2, 3), f(1), f(2), f(3)] instead of [f(1), f(2), f(3), f(1, 2, 3), g(1), g(2), g(3), g(1, 2, 3)] like it is supposed to.

I can debug and solve this if you still cannot reproduce it. I will look into the RootSum error tomorrow.

--
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