Skip to content

Commit 77b3da1

Browse files
committed
TEST: make specs
1 parent 22a8a15 commit 77b3da1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

nipype/interfaces/ants/tests/test_auto_Registration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ def test_Registration_inputs():
115115
requires=["metric_weight"],
116116
usedefault=True,
117117
),
118+
random_seed=dict(
119+
argstr="--random-seed %d",
120+
min_ver="2.3.0",
121+
),
118122
restore_state=dict(
119123
argstr="--restore-state %s",
120124
extensions=None,

nipype/interfaces/ants/tests/test_auto_RegistrationSynQuick.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ def test_RegistrationSynQuick_inputs():
3939
argstr="-p %s",
4040
usedefault=True,
4141
),
42+
random_seed=dict(
43+
argstr="-e %d",
44+
min_ver="2.3.0",
45+
),
4246
spline_distance=dict(
4347
argstr="-s %d",
4448
usedefault=True,

0 commit comments

Comments
 (0)