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

Alan McIntyre alan.mcintyre at gmail.com
Mon Jul 14 23:00:22 EDT 2008


On Mon, Jul 14, 2008 at 7:58 PM, Fernando Perez <fperez.net at 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