Skip to content

Commit 987cc9e

Browse files
committed
run make specs
1 parent a3bfdaf commit 987cc9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nipype/interfaces/fsl/tests/test_auto_ApplyWarp.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ def test_ApplyWarp_inputs():
2020
),
2121
in_file=dict(argstr='--in=%s',
2222
mandatory=True,
23+
position=0,
2324
),
2425
interp=dict(argstr='--interp=%s',
26+
position=-2,
2527
),
2628
mask_file=dict(argstr='--mask=%s',
2729
),
2830
out_file=dict(argstr='--out=%s',
2931
genfile=True,
3032
hash_files=False,
33+
position=2,
3134
),
3235
output_type=dict(),
3336
postmat=dict(argstr='--postmat=%s',
@@ -36,8 +39,10 @@ def test_ApplyWarp_inputs():
3639
),
3740
ref_file=dict(argstr='--ref=%s',
3841
mandatory=True,
42+
position=1,
3943
),
4044
relwarp=dict(argstr='--rel',
45+
position=-1,
4146
xor=['abswarp'],
4247
),
4348
superlevel=dict(argstr='--superlevel=%s',

0 commit comments

Comments
 (0)