On 5/24/07, Michael Williams <[EMAIL PROTECTED]> wrote: > In [3]: import scipy > /Users/mike/Library/Python/2.5/site-packages/scipy/misc/__init__.py:25: > DeprecationWarning: ScipyTest is now called NumpyTest; please update your code > test = ScipyTest().test > > In [4]: scipy.__version__ > Out[4]: '0.5.2' > > I wasn't getting this error with numpy 1.0.1 (I skipped 1.0.2, but would > be happy to check if it would be useful). Assuming that I can live with > the warning message, is there anything to worry about here? Do I need to > upgrade to scipy svn?
You can safely ignore it. It is just a warning; the code still works as before. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
