Skip to content

Commit 1aebf30

Browse files
committed
adjust docstrings
1 parent 345f836 commit 1aebf30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

smriprep/workflows/anatomical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ def init_anat_preproc_wf(
186186
run-to-run replicability when used with --omp-nthreads 1
187187
(default: ``False``).
188188
fs_no_resume : bool
189-
Adjust pipeline to reuse base template
190-
of an existing longitudinal freesurfer output
189+
use precomputed freesurfer without attempting to resume
190+
(eg. for longitudinal base or fastsurfer)
191191
(default: ``False``).
192192
193193
Inputs

smriprep/workflows/surfaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def init_surface_recon_wf(
144144
hires : bool
145145
Enable sub-millimeter preprocessing in FreeSurfer
146146
fs_no_resume : bool
147-
Adjust pipeline to reuse base template
148-
of an existing longitudinal freesurfer output
147+
use precomputed freesurfer without attempting to resume
148+
(eg. for longitudinal base or fastsurfer)
149149
150150
Inputs
151151
------

0 commit comments

Comments
 (0)