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 <[EMAIL PROTECTED]> 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
>                               [EMAIL PROTECTED]
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to