Skip to content

Commit 85ca447

Browse files
committed
another memoryview
1 parent e5e4ec0 commit 85ca447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/algos.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def backfill_2d_inplace(numeric_object_t[:, :] values,
786786

787787
@cython.boundscheck(False)
788788
@cython.wraparound(False)
789-
def is_monotonic(ndarray[numeric_object_t, ndim=1] arr, bint timelike):
789+
def is_monotonic(const numeric_object_t[:] arr, bint timelike):
790790
"""
791791
Returns
792792
-------

0 commit comments

Comments
 (0)