diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-12-30 14:42:23 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-02 20:05:14 -0700 |
commit | 51726e59137aa0ea6cf216d95f23fe788a7164ea (patch) | |
tree | 97088e1aceeca061562e6cd09ebdf88b6a3a2b39 /numpy/lib/user_array.py | |
parent | 5aca879e18541eff3daf506786b07a950a075b37 (diff) | |
download | numpy-51726e59137aa0ea6cf216d95f23fe788a7164ea.tar.gz |
TST,BUG: Fix use of randint in test_mem_overlap.py.
The default randint function returns a C long type which does not have
enough range to test indexes on Windows 64. The fix here is to use
specify a np.intp dtype for the randint call now that we have that
option.
Closes #6812.
Diffstat (limited to 'numpy/lib/user_array.py')
0 files changed, 0 insertions, 0 deletions