[Numpy-discussion] Bug in nanmin called with unsigned integers

2010-05-25 Thread Tony S Yu
I got bit again by this bug with unsigned integers. (My original changes got overwritten when I updated from svn and, unfortunately, merged conflicts without actually looking over the changes.) In any case, I thought it'd be a good time to bump the issue (with patch). Cheers, -Tony PS: Just f

Re: [Numpy-discussion] Bug in nanmin called with unsigned integers

2010-05-25 Thread Charles R Harris
On Tue, May 25, 2010 at 8:21 PM, Tony S Yu wrote: > I got bit again by this bug with unsigned > integers. > (My original changes got overwritten when I updated from svn and, > unfortunately, merged conflicts without actually looking over the changes.)

Re: [Numpy-discussion] Bug in nanmin called with unsigned integers

2010-05-26 Thread Tony S Yu
On May 25, 2010, at 10:57 PM, Charles R Harris wrote: > > > On Tue, May 25, 2010 at 8:21 PM, Tony S Yu wrote: > I got bit again by this bug with unsigned integers. (My original changes got > overwritten when I updated from svn and, unfortunately, merged conflicts > without actually looking o

Re: [Numpy-discussion] Bug in nanmin called with unsigned integers

2010-06-06 Thread Charles R Harris
On Wed, May 26, 2010 at 7:59 AM, Tony S Yu wrote: > > On May 25, 2010, at 10:57 PM, Charles R Harris wrote: > > > > On Tue, May 25, 2010 at 8:21 PM, Tony S Yu wrote: > >> I got bit again by this bug with unsigned >> integers. >> (My original changes