[SciPy-user] NumpyTest warning after upgrade
Alan G Isaac
aisaac at american.edu
Tue Sep 30 13:09:32 EDT 2008
On 9/28/2008 3:36 PM Alan McIntyre apparently wrote:
> if you just want to patch up your local install, you
> should be able to change code that looks like this in
> scipy/misc/__init__.py (and probably several other
> places):
> from numpy.testing import NumpyTest
> test = NumpyTest().test
> to this:
> from numpy.testing import Tester
> test = Tester().test
About a dozen other places.
But this has been working for me.
Cheers,
Alan Isaac
More information about the SciPy-User
mailing list