Skip to content

Commit 5327a65

Browse files
committed
Added test for lta_convert with out_itk
1 parent 1e0831c commit 5327a65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/freesurfer/tests/test_auto_LTAConvert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def test_LTAConvert_inputs():
4545
),
4646
out_reg=dict(argstr='--outreg %s',
4747
),
48+
out_itk=dict(argstr='--outitk %s',
49+
),
4850
source_file=dict(argstr='--src %s',
4951
),
5052
target_conform=dict(argstr='--trgconform',

0 commit comments

Comments
 (0)