Skip to content

Commit f58af58

Browse files
author
Marcel Falkiewicz
committed
Fixed tests
1 parent 8ca0682 commit f58af58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/tests/test_auto_Automask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_Automask_inputs():
1515
),
1616
dilate=dict(argstr='-dilate %s',
1717
),
18-
clfrac=dict(argstr='-dilate %s',
18+
clfrac=dict(argstr='-clfrac %s',
1919
),
2020
outputtype=dict(),
2121
brain_file=dict(name_source='in_file',

0 commit comments

Comments
 (0)