Skip to content

Commit dffae4f

Browse files
committed
Extend extra Deconvolve test
1 parent 2b33d79 commit dffae4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/afni/tests/test_extra_Deconvolve.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ def test_x1dstop():
77
deconv.inputs.out_file = 'file.nii'
88
assert 'out_file' in deconv._list_outputs()
99
deconv.inputs.x1D_stop = True
10-
assert not 'out_file' in deconv._list_outputs()
10+
assert 'out_file' not in deconv._list_outputs()
11+
assert 'cbucket' not in deconv._list_outputs()

0 commit comments

Comments
 (0)