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 a3bfdaf commit 987cc9eCopy full SHA for 987cc9e
nipype/interfaces/fsl/tests/test_auto_ApplyWarp.py
@@ -20,14 +20,17 @@ def test_ApplyWarp_inputs():
20
),
21
in_file=dict(argstr='--in=%s',
22
mandatory=True,
23
+ position=0,
24
25
interp=dict(argstr='--interp=%s',
26
+ position=-2,
27
28
mask_file=dict(argstr='--mask=%s',
29
30
out_file=dict(argstr='--out=%s',
31
genfile=True,
32
hash_files=False,
33
+ position=2,
34
35
output_type=dict(),
36
postmat=dict(argstr='--postmat=%s',
@@ -36,8 +39,10 @@ def test_ApplyWarp_inputs():
39
37
40
ref_file=dict(argstr='--ref=%s',
38
41
42
+ position=1,
43
44
relwarp=dict(argstr='--rel',
45
+ position=-1,
46
xor=['abswarp'],
47
48
superlevel=dict(argstr='--superlevel=%s',
0 commit comments