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 9707b36 commit 3e69cbeCopy full SHA for 3e69cbe
nipype/interfaces/fsl/tests/test_auto_TOPUP.py
@@ -54,6 +54,14 @@ def test_TOPUP_inputs():
54
name_source=['in_file'],
55
name_template='%s_field',
56
),
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
63
64
65
out_logfile=dict(argstr='--logout=%s',
66
hash_files=False,
67
keep_extension=True,
@@ -98,6 +106,8 @@ def test_TOPUP_outputs():
98
106
out_fieldcoef=dict(),
99
107
out_logfile=dict(),
100
108
out_movpar=dict(),
109
+ out_warps=dict(),
110
+ out_jacs=dict(),
101
111
)
102
112
outputs = TOPUP.output_spec()
103
113
0 commit comments