Skip to content

Commit 847b423

Browse files
committed
TEST: Update EstimateFOD autotest
1 parent 26bf3af commit 847b423

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/mrtrix3/tests/test_auto_EstimateFOD.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ def test_EstimateFOD_inputs():
4141
grad_file=dict(
4242
argstr='-grad %s',
4343
extensions=None,
44+
xor=['grad_fsl'],
45+
),
46+
grad_fsl=dict(
47+
argstr='-fslgrad %s %s',
48+
xor=['grad_file'],
4449
),
45-
grad_fsl=dict(argstr='-fslgrad %s %s', ),
4650
in_bval=dict(extensions=None, ),
4751
in_bvec=dict(
4852
argstr='-fslgrad %s %s',
@@ -64,6 +68,7 @@ def test_EstimateFOD_inputs():
6468
),
6569
max_sh=dict(
6670
argstr='-lmax %d',
71+
sep=',',
6772
usedefault=True,
6873
),
6974
nthreads=dict(

0 commit comments

Comments
 (0)