@@ -9,30 +9,46 @@ def test_AffineTask_inputs():
99 environ = dict (nohash = True ,
1010 usedefault = True ,
1111 ),
12- ignore_exception = dict (nohash = True ,
13- usedefault = True ,
14- ),
15- in_fixed_tensor = dict (argstr = '%s' ,
12+ fixed_file = dict (argstr = '%s' ,
1613 exists = True ,
17- mandatory = False ,
14+ mandatory = True ,
1815 position = 0 ,
1916 ),
20- in_moving_txt = dict (argstr = '%s' ,
17+ ftol = dict (argstr = '%s' ,
18+ mandatory = True ,
19+ position = 6 ,
20+ ),
21+ ignore_exception = dict (nohash = True ,
22+ usedefault = True ,
23+ ),
24+ moving_file = dict (argstr = '%s' ,
2125 exists = True ,
22- mandatory = False ,
26+ mandatory = True ,
2327 position = 1 ,
2428 ),
25- in_similarity_metric = dict (argstr = '%s' ,
26- exists = True ,
27- mandatory = False ,
29+ samplingX = dict (argstr = '%s' ,
30+ mandatory = True ,
2831 position = 3 ,
2932 ),
30- in_usetrans_flag = dict (argstr = '%s' ,
31- exists = True ,
32- mandatory = False ,
33+ samplingY = dict (argstr = '%s' ,
34+ mandatory = True ,
3335 position = 4 ,
3436 ),
35- terminal_output = dict (nohash = True ,
37+ samplingZ = dict (argstr = '%s' ,
38+ mandatory = True ,
39+ position = 5 ,
40+ ),
41+ similarity_metric = dict (argstr = '%s' ,
42+ exists = True ,
43+ mandatory = True ,
44+ position = 2 ,
45+ ),
46+ terminal_output = dict (deprecated = '1.0.0' ,
47+ nohash = True ,
48+ ),
49+ useInTrans = dict (argstr = '%s' ,
50+ mandatory = False ,
51+ position = 7 ,
3652 ),
3753 )
3854 inputs = AffineTask .input_spec ()
0 commit comments