[SciPy-dev] Three cheers for Travis!

Travis Oliphant oliphant.travis at ieee.org
Wed Nov 30 14:41:51 EST 2005


Ed Schofield wrote:

>I'd like to thank Travis for his tireless work answering feature 
>requests, fixing bugs, and generally doing a superb job.  Hip hip 
>hooray!  SciPy is becoming very good, very fast.
>
>
>I have another couple of 0-dim array bugs to report (as a reward :D)
>
> >>> b = array(2)
> >>> b.argmax()
>0
> >>> b.argmin()
>Segmentation fault
>
>  
>
I guess the broader question here is should argmax even work for 0-d 
arrays since they can't be indexed? 

-Travis





More information about the SciPy-Dev mailing list