Re: [Numpy-discussion] Run np.test() twice, get message.

2008-07-14 Thread Alan McIntyre
On Mon, Jul 14, 2008 at 7:58 PM, Fernando Perez <[EMAIL PROTECTED]> wrote: > It's actually coming from doctest. Hardcode > > import doctest > doctest.master = None > > in the code that runs the tests. This resets a module-global that's > the cause of that message. Thanks, Fernando, I added that

Re: [Numpy-discussion] Run np.test() twice, get message.

2008-07-14 Thread Fernando Perez
On Sun, Jul 13, 2008 at 10:59 PM, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Mon, Jul 14, 2008 at 1:31 AM, Charles R Harris > <[EMAIL PROTECTED]> wrote: >> Any idea what this is: >> >> *** DocTestRunner.merge: '__main__' in both testers; summing outcomes. > > Hmm..that's coming from nose. I'll

Re: [Numpy-discussion] Run np.test() twice, get message.

2008-07-13 Thread Alan McIntyre
On Mon, Jul 14, 2008 at 1:31 AM, Charles R Harris <[EMAIL PROTECTED]> wrote: > Any idea what this is: > > *** DocTestRunner.merge: '__main__' in both testers; summing outcomes. Hmm..that's coming from nose. I'll see what it's about tomorrow. ___ Numpy-d

[Numpy-discussion] Run np.test() twice, get message.

2008-07-13 Thread Charles R Harris
Alan, Any idea what this is: *** DocTestRunner.merge: '__main__' in both testers; summing outcomes. Chuck ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion