summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-04-04 17:10:05 -0600
committerCharles Harris <charlesr.harris@gmail.com>2012-04-05 09:18:54 -0600
commit11859c0a2f113e66fdd8384eea93b688a8e08b22 (patch)
treeb1d89e9a887440e3e541a5381a41299772eb3081 /numpy/lib/tests
parentb35eaccfae6ec00310e7203a310e3de7b6b8018d (diff)
downloadnumpy-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/lib/tests')
0 files changed, 0 insertions, 0 deletions