File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
nipype/interfaces/fsl/tests Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 44
55
66def 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
You can’t perform that action at this time.
0 commit comments