From 6843e5ddfe763c29494f25c3eee5b890823984c8 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 22 Mar 2024 19:35:18 -0400 Subject: [PATCH] Apply suggestions from code review --- fmriprep/cli/parser.py | 5 ++--- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fmriprep/cli/parser.py b/fmriprep/cli/parser.py index 18a3e1838..195706610 100644 --- a/fmriprep/cli/parser.py +++ b/fmriprep/cli/parser.py @@ -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') diff --git a/pyproject.toml b/pyproject.toml index db26a8339..320c3da77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",