Skip to content

Commit 44c4dd1

Browse files
committed
Re-ran make spec after Deconvolve doctest
Forgot to re-run make spec after Deconvolve doctest update
1 parent 0a89211 commit 44c4dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/afni/tests/test_auto_Deconvolve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_Deconvolve_inputs():
2727
glt_label=dict(argstr='-glt_label %d %s...',
2828
requires=['gltsym'],
2929
),
30-
gltsym=dict(argstr='-gltsym SYM: %s...',
30+
gltsym=dict(argstr="-gltsym 'SYM: %s'...",
3131
),
3232
ignore_exception=dict(nohash=True,
3333
usedefault=True,
@@ -73,7 +73,7 @@ def test_Deconvolve_inputs():
7373
stim_label=dict(argstr='-stim_label %d %s...',
7474
requires=['stim_times'],
7575
),
76-
stim_times=dict(argstr='-stim_times %d %s %s...',
76+
stim_times=dict(argstr="-stim_times %d %s '%s'...",
7777
),
7878
stim_times_subtract=dict(argstr='-stim_times_subtract %f',
7979
),

0 commit comments

Comments
 (0)