On Thu, Jan 11, 2007 at 03:18:19PM -0800, Keith Goodman wrote: > I see a lot of 'No test file found' warnings when running > numpy.test(). What does that mean?
It means your verbosity is set too high. You'll find that N.test(0,0) complains much less (although, realistically, you'd probably want to run N.test(1,0) or simply N.test()). Cheers Stéfan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion