[pypy-issue] [issue1118] numpypy: indexing of 2D arrays with 1-D boolean arrays is broken

Valery tracker at bugs.pypy.org
Tue Oct 2 10:50:56 CEST 2012


Valery <khamenya at gmail.com> added the comment:

update: the following doesn't throw exception any more, however result is wrong:

>>>> a[c]
array([1, 3])

fijal: you may want to add the corresponding assert to the tests

----------
assignedto:  -> fijal
nosy: +fijal, vak
release:  -> ???

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1118>
________________________________________


More information about the pypy-issue mailing list