Skip to content

Commit 71a4390

Browse files
committed
Re-disable bounds checking.
1 parent 3313e73 commit 71a4390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/lib.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def get_level_sorter(const int64_t[:] label, const int64_t[:] starts):
775775
return out
776776

777777

778-
@cython.boundscheck(True)
778+
@cython.boundscheck(False)
779779
@cython.wraparound(False)
780780
def count_level_2d(ndarray[uint8_t, ndim=2, cast=True] mask,
781781
const int64_t[:] labels,

0 commit comments

Comments
 (0)