File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
nipype/interfaces/fsl/tests Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ def test_AvScale_inputs():
17
17
mat_file = dict (argstr = '%s' ,
18
18
position = - 2 ,
19
19
),
20
- output_type = dict (),
21
20
ref_file = dict (argstr = '%s' ,
22
21
position = - 1 ,
23
22
),
Original file line number Diff line number Diff line change @@ -15,17 +15,24 @@ def test_Cluster_inputs():
15
15
environ = dict (nohash = True ,
16
16
usedefault = True ,
17
17
),
18
- find_min = dict (),
19
- fractional = dict (),
18
+ find_min = dict (argstr = '--min' ,
19
+ usedefault = True ,
20
+ ),
21
+ fractional = dict (argstr = '--fractional' ,
22
+ usedefault = True ,
23
+ ),
20
24
ignore_exception = dict (nohash = True ,
21
25
usedefault = True ,
22
26
),
23
27
in_file = dict (argstr = '--in=%s' ,
24
28
mandatory = True ,
25
29
),
26
30
minclustersize = dict (argstr = '--minclustersize' ,
31
+ usedefault = True ,
32
+ ),
33
+ no_table = dict (argstr = '--no_table' ,
34
+ usedefault = True ,
27
35
),
28
- no_table = dict (),
29
36
num_maxima = dict (argstr = '--num=%d' ,
30
37
),
31
38
out_index_file = dict (argstr = '--oindex=%s' ,
@@ -65,7 +72,9 @@ def test_Cluster_inputs():
65
72
threshold = dict (argstr = '--thresh=%.10f' ,
66
73
mandatory = True ,
67
74
),
68
- use_mm = dict (),
75
+ use_mm = dict (argstr = '--mm' ,
76
+ usedefault = True ,
77
+ ),
69
78
volume = dict (argstr = '--volume=%d' ,
70
79
),
71
80
warpfield_file = dict (argstr = '--warpvol=%s' ,
You can’t perform that action at this time.
0 commit comments