On Sat, Jul 16, 2011 at 2:12 PM, Benjamin Root <[email protected]> wrote:

> Just a heads-up, I have uncovered a serious bug in one of my programs and
> traced it down to a boolean indexing of a structured array in the current
> master branch of numpy.  While I am still investigating exactly what  is
> happening, my initial suspicion is that data from another structured array
> is getting transplanted into the array view that I have.  I have not
> encountered this bug before, but I am currently checking with older versions
> of numpy to see if it is a regression or not.
>
> I will update with more information shortly.
>
> Ben Root
>

Please disregard.  It seems that the boolean indexing was working correctly,
it was the test that generated the boolean array that had an error and
caused incorrect data to be accessed.

I apologize for the noise.

Ben Root
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to