Skip to content

Commit 1e80f60

Browse files
committed
comment
1 parent 37d5095 commit 1e80f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_arraykit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,6 +3466,7 @@ first_true_2d(PyObject *Py_UNUSED(m), PyObject *args, PyObject *kwargs)
34663466
return NULL;
34673467
}
34683468

3469+
// NOTE: we copy the entire array into contiguous memory when necessary.
34693470
// axis = 0 returns the pos per col
34703471
// axis = 1 returns the pos per row (as contiguous bytes)
34713472
// if c contiguous:

0 commit comments

Comments
 (0)