Skip to content

Commit c119372

Browse files
author
Oscar Esteban
committed
add missing specs
1 parent cc22499 commit c119372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nipype/interfaces/afni/tests/test_auto_FWHMx.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
def test_FWHMx_inputs():
77
input_map = dict(acf=dict(argstr='-acf',
8+
usedefault=True,
89
),
910
args=dict(argstr='%s',
1011
),
@@ -68,7 +69,9 @@ def test_FWHMx_inputs():
6869

6970

7071
def test_FWHMx_outputs():
71-
output_map = dict(fwhm=dict(),
72+
output_map = dict(acf_param=dict(),
73+
fwhm=dict(),
74+
out_acf=dict(),
7275
out_detrend=dict(),
7376
out_file=dict(),
7477
out_subbricks=dict(),

0 commit comments

Comments
 (0)