Re: Issue 3299 in sympy: test_plot hangs

2012-06-21 Thread sympy
Comment #6 on issue 3299 by hazelnu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 I just ran sympy-bot, and I believe all tests passed but I'm running into this sympy-bot issue: https://github.com/sympy/sympy-bot/issues/110 Once this is fixed, I can

Re: Issue 3299 in sympy: test_plot hangs

2012-06-21 Thread sympy
Comment #7 on issue 3299 by krastano...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 The original tests were written in a way that blocks execution if you have version 1.2 (ie, unreleased dev version) and at the same time the default matplotlib backend is

Re: Issue 3299 in sympy: test_plot hangs

2012-06-21 Thread sympy
Updates: Status: Fixed Comment #8 on issue 3299 by krastano...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 3299 in sympy: test_plot hangs

2012-06-21 Thread sympy
Comment #9 on issue 3299 by asmeu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 I was talking to Bharath on irc. We should make a global flag for show=False that we can set in the tests and doctests. -- You received this message because you are

Re: Issue 3299 in sympy: test_plot hangs

2012-06-21 Thread sympy
Comment #10 on issue 3299 by asmeu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 This was https://github.com/sympy/sympy/pull/1369 by the way. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this

Issue 3299 in sympy: test_plot hangs

2012-06-20 Thread sympy
Status: Valid Owner: CC: catchmrb...@gmail.com Labels: Type-Defect Priority-Medium New issue 3299 by hazelnu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 test_plot hangs when I run bin/tests. 17 matplotlib windows are brought up with various plots,

Re: Issue 3299 in sympy: test_plot hangs

2012-06-20 Thread sympy
Comment #1 on issue 3299 by catchmrb...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 Looking at the traceback, the tests do not hang. It is spawning matplotlib plots in an window. The plots have to be closed for the tests to run further. I have already

Re: Issue 3299 in sympy: test_plot hangs

2012-06-20 Thread sympy
Comment #3 on issue 3299 by hazelnu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 Ok, so I was mistaken, it doesn't hang. I get 17 plots, which I then close, and then I get small numbers of plots, some of which appear to be identical. With patience and

Re: Issue 3299 in sympy: test_plot hangs

2012-06-20 Thread sympy
Comment #4 on issue 3299 by asmeu...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 Bharath, why did this happen? Was it a backend issue? If so, we should print the matplotlib backend at the top of the test output with the Python version and all that. --

Re: Issue 3299 in sympy: test_plot hangs

2012-06-20 Thread sympy
Comment #5 on issue 3299 by catchmrb...@gmail.com: test_plot hangs http://code.google.com/p/sympy/issues/detail?id=3299 No. This was not a problem with the backend. Some of the tests did not have show=False, argument passed onto them. Hence the plots were being shown. -- You received this