Skip to content

Commit 969720e

Browse files
committed
fix: failing flirt test
1 parent 2650ead commit 969720e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/fsl/tests/test_preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ def test_flirt():
219219
# Skip mandatory inputs and the trait methods
220220
if key in ('trait_added', 'trait_modified', 'in_file', 'reference',
221221
'environ', 'output_type', 'out_file', 'out_matrix_file',
222-
'in_matrix_file', 'apply_xfm', 'ignore_exception'):
222+
'in_matrix_file', 'apply_xfm', 'ignore_exception',
223+
'terminal_output'):
223224
continue
224225
param = None
225226
value = None

0 commit comments

Comments
 (0)