diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-04-04 17:10:05 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-04-05 09:18:54 -0600 |
commit | 11859c0a2f113e66fdd8384eea93b688a8e08b22 (patch) | |
tree | b1d89e9a887440e3e541a5381a41299772eb3081 /numpy/core/defchararray.py | |
parent | b35eaccfae6ec00310e7203a310e3de7b6b8018d (diff) | |
download | numpy-11859c0a2f113e66fdd8384eea93b688a8e08b22.tar.gz |
BUG: ticket #2097, fix bounds checking in searchsorted when sorter invoked.
The bounds are checked on the fly. This won't always raise an error if
there is an out of bounds index, but only when that index is used in the
binary search. Since we don't check that the sorter actually sorts the
array, this seems reasonable. Only safety is ensured, not correctness.
Diffstat (limited to 'numpy/core/defchararray.py')
0 files changed, 0 insertions, 0 deletions