
25 May
2010
25 May
'10
10: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 integershttp://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 patchhttp://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