On Wed, 6 Oct 2004, Fernando Perez wrote:
Just for the record, on my Fedora core 2 box, with CVS scipy from a moment ago:
planck[~/misc]> python Python 2.3.3 (#1, May 7 2004, 10:31:40) [GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2
...
In [1]: import scipy
In [2]: scipy.__version__ Out[2]: '0.3.1_287.4334'
In [3]: scipy.test(level=10) !! No test file 'test_Mplot.py' found for <module 'scipy.xplt.Mplot' from '...-packages/scipy/xplt/Mplot.pyc'> !! No test file 'test_lena.py' found for <module 'scipy.plt.lena' from '...te-packages/scipy/plt/lena.pyc'>
... A bunch more of these, I don't know if they matter. I can post the full list if it matters.
These messages are reminders to implement more tests to scipy. Once we will have a good coverage of scipy with tests in some nice day, we can disable these annoying messages;) Pearu