• Pascal Lamblin's avatar
    Add warning for bug in Numpy <= 1.6.1. · 44953155
    Pascal Lamblin 提交于
    When using numpy's advanced indexing on huge arrays (2**32 elements or
    more), Numpy <= 1.6.1 has a bug where the resulting array is not
    properly filled. We emit a warning in those cases.
    44953155
basic.py 203.4 KB