Updates:
        Labels: -NeedsReview NeedsBetterPatch

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

OK, there is already at least on test failure:

___________ sympy/integrals/tests/test_rationaltools.py:test_ratint ____________ File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/integrals/tests/test_rationaltools.py", line 87, in test_ratint
    assert ratint(1/(x*(a+b*x)**3), x) == \
File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/integrals/rationaltools.py", line 85, in ratint
    eps += RootSum(q, Lambda(t, t*log(h.as_basic())), quadratic=True)
File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/polys/rootoftools.py", line 579, in __new__
    func = Lambda(var, expr.subs(var, coeff*var))
UnboundLocalError: local variable 'var' referenced before assignment

I also get some errors when I try testing with tox, but I think that might be a bug somewhere else.

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