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. Ransom Address: NRAO Phone: (434) 296-0320 520 Edgemont Rd. email: sransom@nrao.edu Charlottesville, VA 22903 USA GPG Fingerprint: 06A9 9553 78BE 16DB 407B FFCA 9BFA B6FF FFD3 2989
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 interpret it as though it had an underlying truth." -- Umberto Eco
participants (2)
-
Robert Kern
-
Scott Ransom