[Numpy-discussion] Run np.test() twice, get message.
Alan McIntyre
alan.mcintyre@gmail....
Mon Jul 14 22:00:22 CDT 2008
On Mon, Jul 14, 2008 at 7:58 PM, Fernando Perez <fperez.net@gmail.com> 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 and it prevents the message. This
change is checked in.
More information about the Numpy-discussion
mailing list