Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-11-22 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Critical Plotting New issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 This is printed whenever I run SymPy-Bot: sympy/polys/tests/test_domains.py[33] ...

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-11-28 Thread sympy
Comment #1 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 On my machine (Ubuntu 11.10, 64bit intel atom) the following four commands do NOT raise an error. python2.5 ./bit/test sympy/plotting/tests ./bit/test s

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-11-28 Thread sympy
Comment #2 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 The following command does not raise errors: python2.5 setup.py test -- You received this message because you are subscribed to the Google Groups "sympy

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-11-28 Thread sympy
Comment #3 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 The following command does not raise errors: sympy-bot -i python2.5 I can not reproduce the bug whatever I try. I was using 2.5.6-final-0 -- You receive

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-09 Thread sympy
Comment #4 on issue 2863 by ondrej.c...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 What exactly is the problem here? How can I reproduce it? -- You received this message because you are subscribed to the Google Groups "sympy-issues" grou

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-09 Thread sympy
Comment #5 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 _If_ I remember correctly Aaron's sympy-bot crashes when testing pyglet. It happens only in the bot and not by running setup.py. I was unable to reprodu

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-11 Thread sympy
Comment #6 on issue 2863 by asmeu...@gmail.com: 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_const

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-17 Thread sympy
Comment #7 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 OK, I bisected the change from TypeError: unsupported operand type(s) for -=: 'Tuple' and 'int' to ValueError: Symbolic value, can't compute to the commit.

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-01-04 Thread sympy
Comment #8 on issue 2863 by ness...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 I can reproduce this on my system (see below) using "bin/test" with no arguments. However it takes at least five minutes to trigger the problem, and pudb do

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-01-04 Thread sympy
Comment #9 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 I was able to bisect the change from one failure to the other (and yes, it took forever; I would recommend creating a scratch clone of sympy and doing it i

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-01-24 Thread sympy
Comment #10 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 I have been able to reproduce it over ssh on another machine. I have not done any bisecting to find why. This does NOT produce the error: In [2]: pygle

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-01-24 Thread sympy
Comment #11 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 Well, that's not helpful: import pyglet pyglet.__version__ '$Id$' -- You received this message because you are subscribed to the Google Groups "sympy-iss

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-02-25 Thread sympy
Comment #12 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 Actually, the version may be irrelevant. Perhaps it happened because you were over ssh, and had no window environment (or were you using -X?). -- You r

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-08-22 Thread sympy
Comment #14 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 There are exceptions when running the plotting tests in an environment without displays (e.g., in Ubuntu, type Ctrl-Alt-F1 in the login screen, and run th

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2012-08-22 Thread sympy
Updates: Status: WontFix Comment #15 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 And on Mac OS X (in single user mode; that's the only way I could figure out how to disable the display), it gives RuntimeE