Skip to content

Commit

Permalink
🐛 test line break in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Dec 5, 2024
1 parent 794c1af commit 9d7c5f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions acore/multiple_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ def apply_pvalue_correction(
Performs p-value correction using the specified method as in
statsmodels.stats.multitest.multipletests_.
.. _statsmodels.stats.multitest.multipletests: https://www.statsmodels.org/dev/generated/statsmodels.stats.multitest.multipletests.html
For more information visit
https://www.statsmodels.org/dev/generated/statsmodels.stats.multitest.multipletests.html.
.. _statsmodels.stats.multitest.multipletests: \
https://www.statsmodels.org/dev/generated/statsmodels.stats.multitest.multipletests.html
:param numpy.ndarray pvalues: et of p-values of the individual tests.
:param float alpha: error rate.
Expand Down

0 comments on commit 9d7c5f2

Please sign in to comment.