Skip to content

Commit 6f33fb7

Browse files
committed
fix: update melodic autotest
1 parent 29fe8b1 commit 6f33fb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nipype/interfaces/fsl/tests/test_auto_MELODIC.py

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ def test_MELODIC_inputs():
4343
),
4444
maxit=dict(argstr='--maxit=%d',
4545
),
46+
migp=dict(argstr='--migp',
47+
),
48+
migpN=dict(argstr='--migpN %d',
49+
),
50+
migp_factor=dict(argstr='--migp_factor %d',
51+
),
52+
migp_shuffle=dict(argstr='--migp_shuffle',
53+
),
4654
mix=dict(argstr='--mix=%s',
4755
),
4856
mm_thresh=dict(argstr='--mmthresh=%f',

0 commit comments

Comments
 (0)