Comment #6 on issue 2863 by [email protected]: Plotting failures with SymPy-Bot
http://code.google.com/p/sympy/issues/detail?id=2863

I just noticed that it is now giving instead:


sympy/plotting/tests/test_plotting.py[11] ........... [OK] sympy/polys/tests/test_constructor.py[2] .. [OK]
sympy/polys/tests/test_densearith.py[44] .......................................
..... [OK]
sympy/polys/tests/test_densebasic.py[58] .......................................
................... [OK]
Exception in thread Thread-20:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py", line 460, in __bootstrap
    self.run()
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py", line 440, in run
    self.__target(*self.__args, **self.__kwargs)
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/plotting/plot_mode_base.py", line 269, in _calculate_all
    self._calculate_cverts()
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/plotting/plot_mode_base.py", line 289, in _calculate_cverts
    self._on_calculate_cverts()
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/plotting/plot_curve.py", line 53, in _on_calculate_cverts
    inc_pos=inc_work_pos)
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/plotting/color_scheme.py", line 261, in apply_to_curve
    cverts[_u][_c])
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/plotting/util.py", line 105, in rinterpolate
    return (a_value - a_min) / float(a_range)
File "/private/var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gn/T/sympy-bot-tmpIp0lGq/sympy/sympy/core/expr.py", line 153, in __float__
    raise ValueError("Symbolic value, can't compute")
ValueError: Symbolic value, can't compute

sympy/polys/tests/test_densetools.py[36] ....................................
[OK]
sympy/polys/tests/test_distributedpolys.py[31] ...............................


Probably the result of something recently pushed in.

I'll see if I can't rig sympy-bot to debug this.

--
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.

Reply via email to