Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
DOC: Improve consistency in script function docstring
Browse files Browse the repository at this point in the history
Improve consistency in script function docstring: use sentence style
(start with capitals and end with period).
  • Loading branch information
jhlegarreta committed Oct 26, 2024
1 parent 0f3e048 commit aea2df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dwi_gp_estimation_error_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def cross_validate(
y : :obj:`~numpy.ndarray`
DWI signal.
cv : :obj:`int`
number of folds
Number of folds.
n_repeats : :obj:`int`
Number of times the cross-validator needs to be repeated.
gpr : obj:`~eddymotion.model._sklearn.EddyMotionGPR`
Expand Down

0 comments on commit aea2df5

Please sign in to comment.