Comment #19 on issue 3272 by [email protected]: Python 3.3 test failures
http://code.google.com/p/sympy/issues/detail?id=3272
There are still some in Python 3.3 at least:
________________________________________________________
sympy/core/tests/test_functions.py:test_Subs
________________________________________________________
File "/users/aaronmeurer/documents/python/sympy/sympy/py3k-sympy/sympy/core/tests/test_functions.py",
line 152, in test_Subs
(x, y), (0, 1)).variables)
AssertionError
______________________________________________________________________________________________________________________________________________________________
_________________________________________________
sympy/simplify/tests/test_simplify.py:test_combsimp_gamma
__________________________________________________
File "/users/aaronmeurer/documents/python/sympy/sympy/py3k-sympy/sympy/simplify/tests/test_simplify.py",
line 1091, in test_combsimp_gamma
3**(3*x + S(1)/2)/(18*pi*gamma(3*x - 1))
AssertionError
================= tests finished: 3969 passed, 2 failed, 74 skipped, 141
expected to fail, 8 expected to fail but passed, in 723.28 seconds
==================
DO *NOT* COMMIT!
And doctests:
______________________________________________________________
sympy.matrices.matrices.classof
_______________________________________________________________
File "./sympy/matrices/matrices.py", line 3880, in
sympy.matrices.matrices.classof
Failed example:
classof(M, IM)
Expected:
<class 'sympy.matrices.matrices.Matrix'>
Got:
<class 'sympy.matrices.matrices.MutableMatrix'>
================================================== tests finished: 2002
passed, 1 failed, in 70.36 seconds
===================================================
DO *NOT* COMMIT!
--
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.