Skip to content

Commit 3fedaab

Browse files
committed
fix: randomise autotest
1 parent 09465cf commit 3fedaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_Randomise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ def test_Randomise_inputs():
1010
position=1,
1111
usedefault=True,
1212
),
13-
c_thresh=dict(argstr='-c %.2f',
13+
c_thresh=dict(argstr='-c %.1f',
1414
),
15-
cm_thresh=dict(argstr='-C %.2f',
15+
cm_thresh=dict(argstr='-C %.1f',
1616
),
1717
demean=dict(argstr='-D',
1818
),

0 commit comments

Comments
 (0)