Skip to content

Commit 5c265f5

Browse files
committed
Merge branch 'master' of https://github.com/armaneshaghi/nipype
2 parents 56f345d + f29fda1 commit 5c265f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nipype/interfaces/afni/tests/test_auto_Volreg.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ def test_Volreg_inputs():
3232
name_source='in_file',
3333
name_template='%s.1D',
3434
),
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-
),
4035
out_file=dict(argstr='-prefix %s',
4136
name_source='in_file',
4237
name_template='%s_volreg',
@@ -62,7 +57,6 @@ def test_Volreg_inputs():
6257
def test_Volreg_outputs():
6358
output_map = dict(md1d_file=dict(),
6459
oned_file=dict(),
65-
oned_matrix_save=dict(),
6660
out_file=dict(),
6761
)
6862
outputs = Volreg.output_spec()

0 commit comments

Comments
 (0)