We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcb8d0 commit 3771a0aCopy full SHA for 3771a0a
src/squidpy/_utils.py
@@ -88,7 +88,9 @@ def parallelize(
88
collection
89
Sequence of items to split into chunks.
90
n_jobs
91
- Number of parallel jobs.
+ 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.
94
n_split
95
Split ``collection`` into ``n_split`` chunks.
96
If <= 0, ``collection`` is assumed to be already split into chunks.
0 commit comments