After replacing `extension=True` with `**dict(extension=True)` I got the
following:
>>> from sympy.utilities.runtests import *
>>> test()
============================= test process starts
==============================
executable: C:\Program
Files\Python24\Lib\site-packages\pythonwin\Pythonwin.exe (2.4.4-final-0)
ground types: python
sympy\assumptions\tests\test_assumptions_2.py[5] .....
[OK]
sympy\assumptions\tests\test_query.py[39]
..ff.......E.E........................
.
[FAIL]
sympy\assumptions\tests\test_refine.py[4] ....
[OK]
sympy\concrete\tests\test_gosper.py[10] ..E.EEEEEE
[FAIL]
sympy\concrete\tests\test_products.py[4] EEEE
[FAIL]
sympy\concrete\tests\test_sums_products.py[22] EEEEEEffffEEEEEEEEEEEE
[FAIL]
sympy\core\tests\test_arit.py[48]
...f...............................E..........
..
[FAIL]
sympy\core\tests\test_assumptions.py[28] ............................
[OK]
sympy\core\tests\test_basic.py[10] ..........
[OK]
sympy\core\tests\test_cache.py[1] .
[OK]
sympy\core\tests\test_complex.py[13] .............
[OK]
sympy\core\tests\test_containers.py[5] .....
[OK]
sympy\core\tests\test_count_ops.py[2] ..
[OK]
sympy\core\tests\test_diff.py[6] ......
[OK]
sympy\core\tests\test_equal.py[6] ......
[OK]
sympy\core\tests\test_eval.py[8] .....f..
[OK]
sympy\core\tests\test_eval_power.py[13] ........E....
[FAIL]
sympy\core\tests\test_evalf.py[24] .EEEEFF.E.EEEEE..E......
[FAIL]
sympy\core\tests\test_expand.py[6] ......
[OK]
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "C:\program
files\Python24\Lib\site-packages\sympy\utilities\runtests.py", line 162, in
test
return t.test(sort=sort)
File "C:\program
files\Python24\Lib\site-packages\sympy\utilities\runtests.py", line 468, in
test
self.test_file(f)
File "C:\program
files\Python24\Lib\site-packages\sympy\utilities\runtests.py", line 480, in
test_file
execfile(filename, gl)
File "c:\program
files\python24\lib\site-packages\sympy\core\tests\test_expr.py", line 7, in
?
from sympy.physics.secondquant import FockState
File "C:\program
files\Python24\Lib\site-packages\sympy\physics\__init__.py", line 6, in ?
from matrices import mgamma, msigma, minkowski_tensor
File "C:\program
files\Python24\Lib\site-packages\sympy\physics\matrices.py", line 90, in ?
minkowski_tensor = Matrix( (
File "C:\program
files\Python24\Lib\site-packages\sympy\matrices\matrices.py", line 126, in
__init__
raise TypeError("Matrix constructor doesn't accept %s as input" %
str(type(mat)))
TypeError: Matrix constructor doesn't accept <type 'tuple'> as input
>>>
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sympy/-/cxRf-j2__58J.
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?hl=en.