Skip to content

Commit 3771a0a

Browse files
committed
edit docs
1 parent afcb8d0 commit 3771a0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/squidpy/_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ def parallelize(
8888
collection
8989
Sequence of items to split into chunks.
9090
n_jobs
91-
Number of parallel jobs.
91+
Number of parallel jobs to use. If the function uses numba compiled functions, numba may
92+
may use cores depending on the number of threads set in the environment regardless of this argument.
93+
This argument will be removed in the future.
9294
n_split
9395
Split ``collection`` into ``n_split`` chunks.
9496
If <= 0, ``collection`` is assumed to be already split into chunks.

0 commit comments

Comments
 (0)