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():
1313 ),
1414 in_file = dict (argstr = '-inputfile %s' ,
1515 mandatory = True ,
16- position = 1 ,
1716 ),
1817 output_root = dict (argstr = '-outputroot %s' ,
1918 genfile = True ,
2019 ),
2120 scalar_file = dict (argstr = '-scalarfile %s' ,
22- position = 3 ,
2321 requires = ['tract_stat' ],
2422 ),
2523 target_file = dict (argstr = '-targetfile %s' ,
2624 mandatory = True ,
27- position = 2 ,
2825 ),
2926 targetname_file = dict (argstr = '-targetnamefile %s' ,
30- position = 4 ,
3127 ),
3228 terminal_output = dict (mandatory = True ,
3329 nohash = True ,
3430 ),
31+ tract_prop = dict (argstr = '-tractstat %s' ,
32+ units = 'NA' ,
33+ ),
3534 tract_stat = dict (argstr = '-tractstat %s' ,
3635 requires = ['scalar_file' ],
3736 units = 'NA' ,
You can’t perform that action at this time.
0 commit comments