May 25, 2010
7:57 p.m.
On Tue, May 25, 2010 at 8:21 PM, Tony S Yu <tsyu80@gmail.com> wrote:
I got bit again by this bug with unsigned integers<http://projects.scipy.org/numpy/ticket/1300>. (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<http://projects.scipy.org/numpy/ticket/1300#comment:2> ).
Cheers, -Tony
PS: Just for context, this issue comes up when displaying images with Chaco (which converts images to unsigned integer arrays and calls nanmin).
Fixed in r8445. Please add some tests. Chuck