Comment #24 on issue 2133 by asmeurer: Merge new polynomials manipulation
module
http://code.google.com/p/sympy/issues/detail?id=2133
OK. Additional failures in Python2.4 (32-bit, python ground types):
_____________ sympy/core/tests/test_expr.py:test_as_ordered_terms
______________
File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/core/tests/test_expr.py",
line 876, in test_as_ordered_terms
assert expr.as_ordered_terms() == \
AssertionError
________________________________________________________________________________
________ sympy/polys/tests/test_rootoftools.py:test_RootSum_independent
________
File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/polys/tests/test_rootoftools.py",
line 250, in test_RootSum_independent
assert RootSum(f, g, x) == \
AssertionError
The doctests look fine (only tested in Python2.4 and 2.5 for now), except
you need to skip the gmpy warning somewhere:
sympy/polys/sqfreetools.py[12] ............
[OK]
/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/polys/domains/__init__.py:81:
UserWarning:
gmpy library is not installed, switching to 'python' ground
types
warn("gmpy library is not installed, switching to 'python' ground types")
sympy/polys/domains/fractionfield.py[1] .
[OK]
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.