Skip to content

Commit 1d70209

Browse files
committed
fix docs
1 parent 6e4b1ae commit 1d70209

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

smriprep/workflows/surfaces.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ def init_surface_recon_wf(
124124
:simple_form: yes
125125
126126
from smriprep.workflows.surfaces import init_surface_recon_wf
127-
wf = init_surface_recon_wf(omp_nthreads=1, hires=True, precomputed={})
127+
wf = init_surface_recon_wf(
128+
omp_nthreads=1,
129+
hires=True,
130+
fs_reuse_base=False,
131+
precomputed={})
128132
129133
Parameters
130134
----------

0 commit comments

Comments
 (0)