Skip to content

Commit 1197307

Browse files
committed
Minor fixes (tests)
1 parent c3ccafe commit 1197307

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

nipype/interfaces/mrtrix3/tests/test_auto_EstimateFOD.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ def test_EstimateFOD_inputs():
1818
csf_txt=dict(argstr='%s',
1919
position=-2,
2020
),
21-
dwi_file=dict(argstr='%s',
22-
mandatory=True,
23-
position=-7,
24-
),
2521
environ=dict(nohash=True,
2622
usedefault=True,
2723
),
@@ -44,6 +40,10 @@ def test_EstimateFOD_inputs():
4440
),
4541
in_dirs=dict(argstr='-directions %s',
4642
),
43+
in_file=dict(argstr='%s',
44+
mandatory=True,
45+
position=-7,
46+
),
4747
mask_file=dict(argstr='-mask %s',
4848
),
4949
max_sh=dict(argstr='-lmax %d',

nipype/interfaces/mrtrix3/tests/test_auto_ResponseSD.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ def test_ResponseSD_inputs():
1515
csf_file=dict(argstr='%s',
1616
position=-1,
1717
),
18-
dwi_file=dict(argstr='%s',
19-
mandatory=True,
20-
position=-5,
21-
),
2218
environ=dict(nohash=True,
2319
usedefault=True,
2420
),
@@ -36,6 +32,10 @@ def test_ResponseSD_inputs():
3632
in_bval=dict(),
3733
in_bvec=dict(argstr='-fslgrad %s %s',
3834
),
35+
in_file=dict(argstr='%s',
36+
mandatory=True,
37+
position=-5,
38+
),
3939
in_mask=dict(argstr='-mask %s',
4040
),
4141
max_sh=dict(argstr='-lmax %d',

0 commit comments

Comments
 (0)