[Numpy-discussion] advanced indexing bug with huge arrays?

Sturla Molden sturla at molden.no
Wed Jan 25 04:10:22 EST 2012


On 24.01.2012 23:30, David Warde-Farley wrote:

> I've figured it out. In numpy/core/src/multiarray/mapping.c, PyArray_GetMap
> is using an int for a counter variable where it should be using an npy_intp.
>
> I've filed a pull request at https://github.com/numpy/numpy/pull/188 with a
> regression test.

That is great :)

Now we just need to fix mtrand.pyx and all this will be gone.



Sturla



More information about the NumPy-Discussion mailing list