Skip to content

Commit 4635fbb

Browse files
committed
TEST: Fix type of skull_strip_mode
1 parent cc4cbb2 commit 4635fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smriprep/workflows/tests/test_anatomical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_init_anat_preproc_wf(
6767
msm_sulc=False,
6868
t1w=[str(bids_root / "sub-01" / "anat" / "sub-01_T1w.nii.gz")],
6969
t2w=[str(bids_root / "sub-01" / "anat" / "sub-01_T2w.nii.gz")],
70-
skull_strip_mode=False,
70+
skull_strip_mode='force',
7171
skull_strip_template=Reference("OASIS30ANTs"),
7272
spaces=SpatialReferences(
7373
spaces=["MNI152NLin2009cAsym", "fsaverage5"],
@@ -152,7 +152,7 @@ def test_anat_fit_precomputes(
152152
msm_sulc=True,
153153
t1w=[str(bids_root / "sub-01" / "anat" / "sub-01_T1w.nii.gz")],
154154
t2w=[str(bids_root / "sub-01" / "anat" / "sub-01_T2w.nii.gz")],
155-
skull_strip_mode=False,
155+
skull_strip_mode='force',
156156
skull_strip_template=Reference("OASIS30ANTs"),
157157
spaces=SpatialReferences(
158158
spaces=["MNI152NLin2009cAsym", "fsaverage5"],

0 commit comments

Comments
 (0)