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 9f2ac00 commit d19c860Copy full SHA for d19c860
src/squidpy/_utils.py
@@ -90,7 +90,6 @@ def parallelize(
90
n_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.
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