From: Travis O. <oli...@ee...> - 2006-11-02 15:55:18
|
Jonathan Wang wrote: > On numpy version 1.0, argmax and max give inconsistent results for an > array of objects. I've seen this problem in both Python native > datetime and mx.DateTime types: There is a bug in argmax for OBJECT arrays in 1.0 (it's fixed in SVN and will be in 1.0.1) -Travis |