Skip to content

Commit 3d79f49

Browse files
committed
Conmat test function
1 parent dc38324 commit 3d79f49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nipype/interfaces/camino/tests/test_auto_Conmat.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)