[Numpy-discussion] running numpy tests

Alan McIntyre alan.mcintyre at gmail.com
Tue Aug 5 09:53:41 EDT 2008


At the moment, bench() doesn't work.  That's something I'll try to
look at this week, but from Friday until the 15th I'm going to be
driving most of the time and may not get as much done as I'd like.

On 8/5/08, Andrew Dalke <dalke at dalkescientific.com> wrote:
> 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
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list