Skip to content

Commit 1045d2a

Browse files
committed
update specs
1 parent 8bffd7a commit 1045d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/ants/tests/test_auto_ComposeMultiTransform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def test_ComposeMultiTransform_inputs():
77
input_map = dict(args=dict(argstr='%s',
88
),
99
dimension=dict(argstr='%d',
10-
mandatory=True,
1110
position=0,
1211
usedefault=True,
1312
),
@@ -21,11 +20,12 @@ def test_ComposeMultiTransform_inputs():
2120
usedefault=True,
2221
),
2322
output_transform=dict(argstr='%s',
24-
mandatory=True,
23+
keep_ext=True,
24+
name_source=['transforms'],
25+
name_template='%s_composed',
2526
position=1,
2627
),
2728
reference_image=dict(argstr='%s',
28-
mandatory=False,
2929
position=2,
3030
),
3131
terminal_output=dict(deprecated='1.0.0',

0 commit comments

Comments
 (0)