Skip to content

Commit 6e4b1ae

Browse files
committed
fix merge errors
1 parent c16ea4d commit 6e4b1ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

smriprep/workflows/anatomical.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def init_anat_preproc_wf(
265265
sloppy=sloppy,
266266
omp_nthreads=omp_nthreads,
267267
skull_strip_fixed_seed=skull_strip_fixed_seed,
268+
fs_reuse_base=fs_reuse_base,
268269
)
269270
anat_second_derivatives_wf = init_anat_second_derivatives_wf(
270271
bids_root=bids_root,
@@ -376,6 +377,7 @@ def init_anat_fit_wf(
376377
sloppy: bool = False,
377378
name="anat_fit_wf",
378379
skull_strip_fixed_seed: bool = False,
380+
fs_reuse_base: bool = False,
379381
):
380382
"""
381383
Stage the anatomical preprocessing steps of *sMRIPrep*.

smriprep/workflows/surfaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ def init_surface_recon_wf(
315315
])
316316
# fmt:on
317317

318-
319318
# fmt:off
320319
workflow.connect([
321320
(get_surfaces, midthickness, [

0 commit comments

Comments
 (0)