Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giovp authored Jul 23, 2024
1 parent cbe7836 commit af22d93
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/moscot/problems/space/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,10 @@ def correlate( # type: ignore[misc]
corr_method
Correlation method. Valid options are:
- ``'pearson'`` - `Pearson correlation <https://en.wikipedia.org/wiki/Pearson_correlation_coefficient>`_.
- ``'spearman'`` - `Spearman's rank correlation
<https://en.wikipedia.org/wiki/Spearman%27s_rank_correlation_coefficient>`_.
- ``'pearson'`` - `Pearson correlation <https://en.wikipedia.org/wiki/Pearson_correlation_coefficient>`_.
- ``'spearman'`` - `Spearman's 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`.
groupby
Expand Down

0 comments on commit af22d93

Please sign in to comment.