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.
2 parents 56f345d + f29fda1 commit 5c265f5Copy full SHA for 5c265f5
nipype/interfaces/afni/tests/test_auto_Volreg.py
@@ -32,11 +32,6 @@ def test_Volreg_inputs():
32
name_source='in_file',
33
name_template='%s.1D',
34
),
35
- oned_matrix_save=dict(argstr='-1Dmatrix_save %s',
36
- keep_extension=True,
37
- name_source='in_file',
38
- name_template='%s.aff12.1D',
39
- ),
40
out_file=dict(argstr='-prefix %s',
41
42
name_template='%s_volreg',
@@ -62,7 +57,6 @@ def test_Volreg_inputs():
62
57
def test_Volreg_outputs():
63
58
output_map = dict(md1d_file=dict(),
64
59
oned_file=dict(),
65
- oned_matrix_save=dict(),
66
60
out_file=dict(),
67
61
)
68
outputs = Volreg.output_spec()
0 commit comments