File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def test_init_anat_preproc_wf(
67
67
msm_sulc = False ,
68
68
t1w = [str (bids_root / "sub-01" / "anat" / "sub-01_T1w.nii.gz" )],
69
69
t2w = [str (bids_root / "sub-01" / "anat" / "sub-01_T2w.nii.gz" )],
70
- skull_strip_mode = False ,
70
+ skull_strip_mode = 'force' ,
71
71
skull_strip_template = Reference ("OASIS30ANTs" ),
72
72
spaces = SpatialReferences (
73
73
spaces = ["MNI152NLin2009cAsym" , "fsaverage5" ],
@@ -152,7 +152,7 @@ def test_anat_fit_precomputes(
152
152
msm_sulc = True ,
153
153
t1w = [str (bids_root / "sub-01" / "anat" / "sub-01_T1w.nii.gz" )],
154
154
t2w = [str (bids_root / "sub-01" / "anat" / "sub-01_T2w.nii.gz" )],
155
- skull_strip_mode = False ,
155
+ skull_strip_mode = 'force' ,
156
156
skull_strip_template = Reference ("OASIS30ANTs" ),
157
157
spaces = SpatialReferences (
158
158
spaces = ["MNI152NLin2009cAsym" , "fsaverage5" ],
You can’t perform that action at this time.
0 commit comments