Skip to content

Commit 6ba918c

Browse files
committed
fix doc building
1 parent 2502b25 commit 6ba918c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smriprep/workflows/anatomical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def init_anat_preproc_wf(
6666
bids_root,
6767
freesurfer,
6868
hires,
69-
fs_reuse_base,
7069
longitudinal,
7170
t1w,
7271
t2w,
@@ -75,6 +74,7 @@ def init_anat_preproc_wf(
7574
skull_strip_mode,
7675
skull_strip_template,
7776
spaces,
77+
fs_reuse_base=False,
7878
cifti_output=False,
7979
debug=False,
8080
sloppy=False,

smriprep/workflows/surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def init_surface_recon_wf(
5757
*,
5858
omp_nthreads,
5959
hires,
60-
fs_reuse_base,
60+
fs_reuse_base=False,
6161
name="surface_recon_wf"
6262
):
6363
r"""

0 commit comments

Comments
 (0)