Skip to content

Commit bc8358a

Browse files
committed
fix: remove warpres
1 parent 553a47d commit bc8358a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/workflows/fmri/fsl/preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,6 @@ def create_reg_workflow(name='registration'):
11791179
anat2target_nonlinear.inputs.fieldcoeff_file=True
11801180
register.connect(anat2target_affine, 'out_matrix_file',
11811181
anat2target_nonlinear, 'affine_file')
1182-
anat2target_nonlinear.inputs.warp_resolution = (8, 8, 8)
11831182
register.connect(inputnode, 'anatomical_image',
11841183
anat2target_nonlinear, 'in_file')
11851184
register.connect(inputnode, 'config_file',

0 commit comments

Comments
 (0)