Skip to content

Commit 159c452

Browse files
committed
Another memoryview
1 parent a5112c2 commit 159c452

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
@@ -351,7 +351,7 @@ def nancorr(const float64_t[:, :] mat, bint cov=False, minp=None):
351351
Py_ssize_t i, xi, yi, N, K
352352
int64_t minpv
353353
float64_t[:, ::1] result
354-
ndarray[uint8_t, ndim=2] mask
354+
uint8_t[:, :] mask
355355
int64_t nobs = 0
356356
float64_t vx, vy, dx, dy, meanx, meany, divisor, ssqdmx, ssqdmy, covxy
357357

0 commit comments

Comments
 (0)