We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e1ce7 commit 91a7ac4Copy full SHA for 91a7ac4
nipype/interfaces/fsl/tests/test_auto_WarpPointsFromStd.py
@@ -23,19 +23,19 @@ def test_WarpPointsFromStd_inputs():
23
),
24
in_coords=dict(argstr='%s',
25
mandatory=True,
26
- position=-1,
+ position=-2,
27
28
- out_file=dict(name_source='in_coords',
+ out_file=dict(argstr='> %s',
29
+ name_source='in_coords',
30
name_template='%s_warped',
31
output_name='out_file',
32
+ position=-1,
33
34
std_file=dict(argstr='-std %s',
35
36
37
terminal_output=dict(nohash=True,
38
- transform=dict(argstr='-xfm %s',
- ),
39
warp_file=dict(argstr='-warp %s',
40
xor=['xfm_file'],
41
0 commit comments