Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jan 11, 2024
1 parent 166286c commit b9d0bf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scirpy/ir_dist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ def _ir_dist(
with the results.
n_jobs
Number of cores to use for distance calculation. Passed on to
:class:`scirpy.ir_dist.metrics.DistanceCalculator`.
:class:`scirpy.ir_dist.metrics.DistanceCalculator`. :class:`joblib.Parallel` is
used internally. Via the :class:`joblib.parallel_config` context manager, you can set another
backend (e.g. `dask`) and adjust other configuration options.
{airr_mod}
{airr_key}
{chain_idx_key}
Expand Down

0 comments on commit b9d0bf7

Please sign in to comment.