Skip to content

Commit c4b27dd

Browse files
committed
update specs
1 parent e1087ad commit c4b27dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_ConcatenateLTA.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ def test_ConcatenateLTA_inputs():
2828
),
2929
out_file=dict(argstr='%s',
3030
hash_files=False,
31+
keep_extension=True,
32+
name_source=['in_lta1'],
33+
name_template='%s_concat',
3134
position=-1,
32-
usedefault=True,
3335
),
3436
out_type=dict(argstr='-out_type %d',
3537
),

0 commit comments

Comments
 (0)