Skip to content

Commit 5cd952f

Browse files
committed
update auto test
1 parent dbb84a3 commit 5cd952f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

nipype/interfaces/ants/tests/test_auto_RegistrationSynQuick.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_RegistrationSynQuick_inputs():
1515
usedefault=True,
1616
),
1717
fixed_image=dict(
18-
argstr='-f %s',
18+
argstr='-f %s...',
1919
mandatory=True,
2020
),
2121
histogram_bins=dict(argstr='-r %d', ),
@@ -25,10 +25,13 @@ def test_RegistrationSynQuick_inputs():
2525
usedefault=True,
2626
),
2727
moving_image=dict(
28-
argstr='-m %s',
28+
argstr='-m %s...',
2929
mandatory=True,
3030
),
31-
num_threads=dict(argstr='-n %d', ),
31+
num_threads=dict(
32+
argstr='-n %d',
33+
usedefault=True,
34+
),
3235
output_prefix=dict(
3336
argstr='-o %s',
3437
usedefault=True,

0 commit comments

Comments
 (0)