We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a89211 commit 44c4dd1Copy full SHA for 44c4dd1
nipype/interfaces/afni/tests/test_auto_Deconvolve.py
@@ -27,7 +27,7 @@ def test_Deconvolve_inputs():
27
glt_label=dict(argstr='-glt_label %d %s...',
28
requires=['gltsym'],
29
),
30
- gltsym=dict(argstr='-gltsym SYM: %s...',
+ gltsym=dict(argstr="-gltsym 'SYM: %s'...",
31
32
ignore_exception=dict(nohash=True,
33
usedefault=True,
@@ -73,7 +73,7 @@ def test_Deconvolve_inputs():
73
stim_label=dict(argstr='-stim_label %d %s...',
74
requires=['stim_times'],
75
76
- stim_times=dict(argstr='-stim_times %d %s %s...',
+ stim_times=dict(argstr="-stim_times %d %s '%s'...",
77
78
stim_times_subtract=dict(argstr='-stim_times_subtract %f',
79
0 commit comments