File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
nipype/interfaces/mrtrix3/tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ def test_EstimateFOD_inputs():
18
18
csf_txt = dict (argstr = '%s' ,
19
19
position = - 2 ,
20
20
),
21
- dwi_file = dict (argstr = '%s' ,
22
- mandatory = True ,
23
- position = - 7 ,
24
- ),
25
21
environ = dict (nohash = True ,
26
22
usedefault = True ,
27
23
),
@@ -44,6 +40,10 @@ def test_EstimateFOD_inputs():
44
40
),
45
41
in_dirs = dict (argstr = '-directions %s' ,
46
42
),
43
+ in_file = dict (argstr = '%s' ,
44
+ mandatory = True ,
45
+ position = - 7 ,
46
+ ),
47
47
mask_file = dict (argstr = '-mask %s' ,
48
48
),
49
49
max_sh = dict (argstr = '-lmax %d' ,
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ def test_ResponseSD_inputs():
15
15
csf_file = dict (argstr = '%s' ,
16
16
position = - 1 ,
17
17
),
18
- dwi_file = dict (argstr = '%s' ,
19
- mandatory = True ,
20
- position = - 5 ,
21
- ),
22
18
environ = dict (nohash = True ,
23
19
usedefault = True ,
24
20
),
@@ -36,6 +32,10 @@ def test_ResponseSD_inputs():
36
32
in_bval = dict (),
37
33
in_bvec = dict (argstr = '-fslgrad %s %s' ,
38
34
),
35
+ in_file = dict (argstr = '%s' ,
36
+ mandatory = True ,
37
+ position = - 5 ,
38
+ ),
39
39
in_mask = dict (argstr = '-mask %s' ,
40
40
),
41
41
max_sh = dict (argstr = '-lmax %d' ,
You can’t perform that action at this time.
0 commit comments