Skip to content

Commit 6d30d9a

Browse files
committed
Merge pull request #1 from satra/tst/mike
fix: auto test
2 parents 508c797 + fe65593 commit 6d30d9a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nipype/interfaces/camino/tests/test_auto_ComputeEigensystem.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ def test_ComputeEigensystem_inputs():
1111
),
1212
inputmodel=dict(argstr='-inputmodel %s',
1313
),
14-
outputdatatype=dict(argstr='-outputdatatype %s',
14+
outputdatatype=dict(usedefault=True,
15+
argstr='-outputdatatype %s',
1516
),
1617
args=dict(argstr='%s',
1718
),
18-
inputdatatype=dict(argstr='-inputdatatype %s',
19+
inputdatatype=dict(usedefault=True,
20+
argstr='-inputdatatype %s',
1921
),
20-
maxcomponents=dict(argstr='-maxcomponents %s',
22+
maxcomponents=dict(argstr='-maxcomponents %d',
2123
),
2224
environ=dict(nohash=True,
2325
usedefault=True,

0 commit comments

Comments
 (0)