Skip to content

Commit d5f7451

Browse files
committed
Add another memoryview
1 parent 159c452 commit d5f7451

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
@@ -407,7 +407,7 @@ def nancorr_spearman(ndarray[float64_t, ndim=2] mat, Py_ssize_t minp=1) -> ndarr
407407
Py_ssize_t i, xi, yi, N, K
408408
ndarray[float64_t, ndim=2] result
409409
ndarray[float64_t, ndim=2] ranked_mat
410-
ndarray[float64_t, ndim=1] rankedx, rankedy
410+
float64_t[::1] rankedx, rankedy
411411
float64_t[::1] maskedx, maskedy
412412
ndarray[uint8_t, ndim=2] mask
413413
int64_t nobs = 0

0 commit comments

Comments
 (0)