Comment #4 on issue 2812 by [email protected]: Fix failures found by
shuffling tests in test file
http://code.google.com/p/sympy/issues/detail?id=2812
Here's the relevant output from running with that seed. Not really sure
what's going on here.
sympy/plotting/tests/test_plotting.py[11] ...........
[OK]
Exception in thread Thread-16:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/vperic/devel/sympy/sympy/plotting/plot_mode_base.py", line
268, in _calculate_all
self._calculate_verts()
File "/home/vperic/devel/sympy/sympy/plotting/plot_mode_base.py", line
276, in _calculate_verts
self._on_calculate_verts()
File "/home/vperic/devel/sympy/sympy/plotting/plot_curve.py", line 24, in
_on_calculate_verts
_e = evaluate(t) # calculate vertex
File "<string>", line 1, in <lambda>
File "/home/vperic/devel/sympy/sympy/integrals/integrals.py", line 70, in
__new__
function = piecewise_fold(sympify(function))
File "/home/vperic/devel/sympy/sympy/core/sympify.py", line 160, in
sympify
expr = parse_expr(a, locals or {}, rational, convert_xor)
File "/home/vperic/devel/sympy/sympy/parsing/sympy_parser.py", line 111,
in parse_expr
expr = eval(code, global_dict, local_dict) # take local objects in
preference
File "<string>", line 1, in <module>
AttributeError: 'Symbol' object has no attribute 'Symbol'
--
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.