[Numpy-discussion] running numpy tests

Andrew Dalke dalke at dalkescientific.com
Tue Aug 5 09:24:17 EDT 2008


On Aug 5, 2008, at 4:19 AM, Robert Kern wrote:
> def test(...):
>     ...
> test.__test__ = False

That did it - thanks!

Does "import numpy; numpy.bench()" work for anyone?  When I try it I get


[josiah:~] dalke% python -c 'import numpy; numpy.bench()'

----------------------------------------------------------------------
Ran 0 tests in 0.003s

OK

I can go ahead and remove those if they don't work for anyone.

				Andrew
				dalke at dalkescientific.com





More information about the NumPy-Discussion mailing list