Skip to content

Commit 8502192

Browse files
committed
update specs
1 parent 45afd83 commit 8502192

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/ants/tests/test_auto_LaplacianThickness.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ def test_LaplacianThickness_inputs():
3636
),
3737
output_image=dict(
3838
argstr='%s',
39-
genfile=True,
4039
hash_files=False,
40+
keep_extension=True,
41+
name_source=['input_wm'],
42+
name_template='%s_thickness',
4143
position=3,
4244
),
4345
prior_thickness=dict(

0 commit comments

Comments
 (0)