Skip to content

Commit dc277f3

Browse files
committed
updated tests
1 parent 9c83c9e commit dc277f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/mrtrix/tests/test_auto_GenerateDirections.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ def test_GenerateDirections_inputs():
2323
),
2424
out_file=dict(argstr='%s',
2525
hash_files=False,
26+
name_source=['num_dirs'],
27+
name_template='directions_%d.txt',
2628
position=-1,
27-
usedefault=True,
2829
),
2930
power=dict(argstr='-power %s',
3031
),

0 commit comments

Comments
 (0)