Comment #6 on issue 1873 by nils106: sympy.test() segfaults
http://code.google.com/p/sympy/issues/detail?id=1873
sympy.__version__
'0.6.7-git'
no longer a segfault but a failure
sympy/test_external/test_codegen.py[8] .s.s....
[OK]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/utilities/runtests.py",
line 141, in test
return t.test(sort=sort)
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/utilities/runtests.py",
line 316, in test
self.test_file(f)
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/utilities/runtests.py",
line 328, in test_file
execfile(filename, gl)
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/test_external/test_codegen_c_cc.py",
line 144, in <module>
is_feasible()
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/test_external/test_codegen_c_cc.py",
line 135, in is_feasible
routine = Routine("test", [InputArgument(symbol) for symbol in x,y,z],
[Result(expr)])
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/utilities/codegen.py",
line 178, in __init__
return_val.append(Result(expr))
File "/home/nwagner/local/lib/python2.6/site-packages/sympy/utilities/codegen.py",
line 388, in __init__
raise TypeError("The first argument must be a sympy expression.")
TypeError: The first argument must be a sympy expression.
--
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.