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 01fa94e commit ac54739Copy full SHA for ac54739
nipype/interfaces/fsl/tests/test_auto_ImageStats.py
@@ -14,6 +14,11 @@ def test_ImageStats_inputs():
14
argstr='%s',
15
extensions=None,
16
mandatory=True,
17
+ position=3,
18
+ ),
19
+ index_mask_file=dict(
20
+ argstr='-K %s',
21
+ extensions=None,
22
position=2,
23
),
24
mask_file=dict(
@@ -23,7 +28,7 @@ def test_ImageStats_inputs():
28
op_string=dict(
29
25
30
26
- position=3,
31
+ position=4,
27
32
33
output_type=dict(),
34
split_4d=dict(
0 commit comments