Skip to content

Commit f6e93cc

Browse files
committed
update specs of AvScale, Cluster
1 parent 91cd4c9 commit f6e93cc

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

nipype/interfaces/fsl/tests/test_auto_AvScale.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_AvScale_inputs():
1717
mat_file=dict(argstr='%s',
1818
position=-2,
1919
),
20-
output_type=dict(),
2120
ref_file=dict(argstr='%s',
2221
position=-1,
2322
),

nipype/interfaces/fsl/tests/test_auto_Cluster.py

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,24 @@ def test_Cluster_inputs():
1515
environ=dict(nohash=True,
1616
usedefault=True,
1717
),
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+
),
2024
ignore_exception=dict(nohash=True,
2125
usedefault=True,
2226
),
2327
in_file=dict(argstr='--in=%s',
2428
mandatory=True,
2529
),
2630
minclustersize=dict(argstr='--minclustersize',
31+
usedefault=True,
32+
),
33+
no_table=dict(argstr='--no_table',
34+
usedefault=True,
2735
),
28-
no_table=dict(),
2936
num_maxima=dict(argstr='--num=%d',
3037
),
3138
out_index_file=dict(argstr='--oindex=%s',
@@ -65,7 +72,9 @@ def test_Cluster_inputs():
6572
threshold=dict(argstr='--thresh=%.10f',
6673
mandatory=True,
6774
),
68-
use_mm=dict(),
75+
use_mm=dict(argstr='--mm',
76+
usedefault=True,
77+
),
6978
volume=dict(argstr='--volume=%d',
7079
),
7180
warpfield_file=dict(argstr='--warpvol=%s',

0 commit comments

Comments
 (0)