-
由 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
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.