[sympy] add sympy.test() back?

2011-06-12 Thread Ondrej Certik
Hi, I noticed that sympy.test() was removed by this commit: https://github.com/sympy/sympy/commit/5c3bea3f43115911845c5ad8b1e6a92253c3ba91 but from the commit log it is not clear to me why. I also tried to search the mailinglist, but didn't find anything. numpy.test(), as well as scipy.test() is

Re: [sympy] add sympy.test() back?

2011-06-12 Thread Aaron Meurer
The reason is basically described in the commit message. See http://code.google.com/p/sympy/issues/detail?id=1379. I didn't realize that both numpy and scipy import test(). I'm OK to put it back, if others agree, because you make a good point. By the way, I found the issue number by opening Git

Re: [sympy] add sympy.test() back?

2011-06-12 Thread Ondrej Certik
On Sun, Jun 12, 2011 at 10:46 PM, Aaron Meurer wrote: > The reason is basically described in the commit message.  See > http://code.google.com/p/sympy/issues/detail?id=1379. > > I didn't realize that both numpy and scipy import test().  I'm OK to > put it back, if others agree, because you make a

Re: [sympy] add sympy.test() back?

2011-06-12 Thread Aaron Meurer
On Sun, Jun 12, 2011 at 11:59 PM, Ondrej Certik wrote: > On Sun, Jun 12, 2011 at 10:46 PM, Aaron Meurer wrote: >> The reason is basically described in the commit message.  See >> http://code.google.com/p/sympy/issues/detail?id=1379. >> >> I didn't realize that both numpy and scipy import test().