Skip to content

Commit d4ac7ba

Browse files
committed
update specs
1 parent 5823153 commit d4ac7ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_AvScale.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55

66
def test_AvScale_inputs():
7-
input_map = dict(args=dict(argstr='%s',
7+
input_map = dict(all_param=dict(argstr='--allparams',
8+
),
9+
args=dict(argstr='%s',
810
),
911
environ=dict(nohash=True,
1012
usedefault=True,
@@ -13,9 +15,12 @@ def test_AvScale_inputs():
1315
usedefault=True,
1416
),
1517
mat_file=dict(argstr='%s',
16-
position=0,
18+
position=-2,
1719
),
1820
output_type=dict(),
21+
ref_file=dict(argstr='%s',
22+
position=-1,
23+
),
1924
terminal_output=dict(nohash=True,
2025
),
2126
)
@@ -32,9 +37,11 @@ def test_AvScale_outputs():
3237
determinant=dict(),
3338
forward_half_transform=dict(),
3439
left_right_orientation_preserved=dict(),
40+
rot_angles=dict(),
3541
rotation_translation_matrix=dict(),
3642
scales=dict(),
3743
skews=dict(),
44+
translations=dict(),
3845
)
3946
outputs = AvScale.output_spec()
4047

0 commit comments

Comments
 (0)