Skip to content

Commit 91a7ac4

Browse files
committed
update specs
1 parent 82e1ce7 commit 91a7ac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nipype/interfaces/fsl/tests/test_auto_WarpPointsFromStd.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ def test_WarpPointsFromStd_inputs():
2323
),
2424
in_coords=dict(argstr='%s',
2525
mandatory=True,
26-
position=-1,
26+
position=-2,
2727
),
28-
out_file=dict(name_source='in_coords',
28+
out_file=dict(argstr='> %s',
29+
name_source='in_coords',
2930
name_template='%s_warped',
3031
output_name='out_file',
32+
position=-1,
3133
),
3234
std_file=dict(argstr='-std %s',
3335
mandatory=True,
3436
),
3537
terminal_output=dict(nohash=True,
3638
),
37-
transform=dict(argstr='-xfm %s',
38-
),
3939
warp_file=dict(argstr='-warp %s',
4040
xor=['xfm_file'],
4141
),

0 commit comments

Comments
 (0)