Skip to content

Commit 36afc0f

Browse files
committed
Wrap arr lists in np.typed.List in nanops_numba
1 parent d3a266d commit 36afc0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/nanops_numba.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def _chunk_arr_into_arr_list(
513513
chunk for row in mask_list for chunk in np.array_split(row, n_threads)
514514
]
515515

516+
arr_list, mask_list = NumbaList(arr_list), NumbaList(mask_list)
516517
return arr_list, mask_list, final_length
517518

518519

0 commit comments

Comments
 (0)