Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Mar 22, 2024
1 parent 46363b3 commit 6843e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions fmriprep/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,8 @@ def _slice_time_ref(value, parser):
'--fs-no-resume',
action='store_true',
dest='fs_no_resume',
help='Import precomputed freesurfer without resuming '
'(longitudinal or fastsurfer data) '
"!expert option (you know what you're doing)!",
help='EXPERT: Import pre-computed FreeSurfer reconstruction without resuming. '
'The user is responsible for ensuring that all necessary files are present.',
)

g_carbon = parser.add_argument_group('Options for carbon usage tracking')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"pybids >= 0.15.2",
"requests",
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
"smriprep @ git+https://github.com/nipreps/smriprep.git@refs/pull/393/merge",
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
"tedana >= 23.0.2",
"templateflow >= 23.0.0",
"toml",
Expand Down

0 comments on commit 6843e5d

Please sign in to comment.