Skip to content

Commit

Permalink
fix both configuration and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Jul 23, 2024
1 parent 1b8649c commit c05c88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
tippy_enable_mathjax = True
# no need because of sphinxcontrib-bibtex
tippy_enable_doitips = False

linkcheck_report_timeouts_as_broken = True
linkcheck_ignore = [
# 403 Client Error
r"https://doi.org/10.1126/science.aad0501",
Expand Down
3 changes: 1 addition & 2 deletions src/moscot/problems/space/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ def correlate( # type: ignore[misc]
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>`_.
- ``'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`.
Expand Down

0 comments on commit c05c88f

Please sign in to comment.