Skip to content

Commit 6d59c93

Browse files
committed
fix: update auto test of ResampleImageBySpacing
1 parent 5596ff1 commit 6d59c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/ants/tests/test_auto_ResampleImageBySpacing.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def test_ResampleImageBySpacing_inputs():
77
addvox=dict(argstr="%d", position=6, requires=["apply_smoothing"],),
88
apply_smoothing=dict(argstr="%d", position=5,),
99
args=dict(argstr="%s",),
10-
copy_header=dict(mandatory=True, usedefault=True,),
1110
dimension=dict(argstr="%d", position=1, usedefault=True,),
1211
environ=dict(nohash=True, usedefault=True,),
1312
input_image=dict(argstr="%s", extensions=None, mandatory=True, position=2,),

0 commit comments

Comments
 (0)