Skip to content

Commit 3e69cbe

Browse files
committed
fixing auto tests
1 parent 9707b36 commit 3e69cbe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nipype/interfaces/fsl/tests/test_auto_TOPUP.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ def test_TOPUP_inputs():
5454
name_source=['in_file'],
5555
name_template='%s_field',
5656
),
57+
out_warp_prefix=dict(argstr='--dfout=%s',
58+
hash_files=False,
59+
usedefault=True,
60+
),
61+
out_jac_prefix=dict(argstr='--jacout=%s',
62+
hash_files=False,
63+
usedefault=True,
64+
),
5765
out_logfile=dict(argstr='--logout=%s',
5866
hash_files=False,
5967
keep_extension=True,
@@ -98,6 +106,8 @@ def test_TOPUP_outputs():
98106
out_fieldcoef=dict(),
99107
out_logfile=dict(),
100108
out_movpar=dict(),
109+
out_warps=dict(),
110+
out_jacs=dict(),
101111
)
102112
outputs = TOPUP.output_spec()
103113

0 commit comments

Comments
 (0)