File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
nipype/interfaces/camino/tests Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,24 @@ def test_Conmat_inputs():
13
13
),
14
14
in_file = dict (argstr = '-inputfile %s' ,
15
15
mandatory = True ,
16
- position = 1 ,
17
16
),
18
17
output_root = dict (argstr = '-outputroot %s' ,
19
18
genfile = True ,
20
19
),
21
20
scalar_file = dict (argstr = '-scalarfile %s' ,
22
- position = 3 ,
23
21
requires = ['tract_stat' ],
24
22
),
25
23
target_file = dict (argstr = '-targetfile %s' ,
26
24
mandatory = True ,
27
- position = 2 ,
28
25
),
29
26
targetname_file = dict (argstr = '-targetnamefile %s' ,
30
- position = 4 ,
31
27
),
32
28
terminal_output = dict (mandatory = True ,
33
29
nohash = True ,
34
30
),
31
+ tract_prop = dict (argstr = '-tractstat %s' ,
32
+ units = 'NA' ,
33
+ ),
35
34
tract_stat = dict (argstr = '-tractstat %s' ,
36
35
requires = ['scalar_file' ],
37
36
units = 'NA' ,
You can’t perform that action at this time.
0 commit comments