Re: [Numpy-discussion] bug in oldnumeric module

2006-09-22 Thread Robert Kern
Scott Ransom wrote: > argmin is currently defined as using the argmax method! Please check out the latest source from SVN. I fixed this a few days ago. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to i

[Numpy-discussion] bug in oldnumeric module

2006-09-22 Thread Scott Ransom
argmin is currently defined as using the argmax method! >From numpy/oldnumeric/functions.py def argmin(x, axis=-1): return N.argmax(x, axis) Scott -- Scott M. RansomAddress: NRAO Phone: (434) 296-0320 520 Edgemont Rd. email: [EMAIL PROTECTED] Charlo