Skip to content

Commit

Permalink
(fix): docs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Aug 5, 2024
1 parent 2ce5c0b commit 9b38b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moscot/problems/space/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def correlate( # type: ignore[misc]
- ``'spearman'`` - `Spearman rank correlation <https://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient>`_.
device
Device where to transfer the solutions, see :meth:`~moscot.base.output.BaseSolverOutput.to`.
Device where to transfer the solutions, see :meth:`~moscot.base.output.BaseDiscreteSolverOutput.to`.
groupby
Optional key in :attr:`~anndata.AnnData.obs`, containing categorical annotations for grouping.
batch_size
Expand Down

0 comments on commit 9b38b65

Please sign in to comment.