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 e1087ad commit c4b27ddCopy full SHA for c4b27dd
nipype/interfaces/freesurfer/tests/test_auto_ConcatenateLTA.py
@@ -28,8 +28,10 @@ def test_ConcatenateLTA_inputs():
28
),
29
out_file=dict(argstr='%s',
30
hash_files=False,
31
+ keep_extension=True,
32
+ name_source=['in_lta1'],
33
+ name_template='%s_concat',
34
position=-1,
- usedefault=True,
35
36
out_type=dict(argstr='-out_type %d',
37
0 commit comments