Skip to content

Commit ac54739

Browse files
committed
add new autogenerated test file
1 parent 01fa94e commit ac54739

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/fsl/tests/test_auto_ImageStats.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ def test_ImageStats_inputs():
1414
argstr='%s',
1515
extensions=None,
1616
mandatory=True,
17+
position=3,
18+
),
19+
index_mask_file=dict(
20+
argstr='-K %s',
21+
extensions=None,
1722
position=2,
1823
),
1924
mask_file=dict(
@@ -23,7 +28,7 @@ def test_ImageStats_inputs():
2328
op_string=dict(
2429
argstr='%s',
2530
mandatory=True,
26-
position=3,
31+
position=4,
2732
),
2833
output_type=dict(),
2934
split_4d=dict(

0 commit comments

Comments
 (0)