Skip to content

Commit d505a67

Browse files
authored
Update test_script.py
1 parent 035e9d1 commit d505a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def tearDown(self):
3939
def test_SeqUD(self):
4040
""" Test SeqUD. """
4141

42-
clf = SeqUD(ParaSpace, level_number=20, max_runs=10, estimator=estimator, cv=cv,
42+
clf = SeqUD(ParaSpace, n_runs_per_stage=20, max_runs=10, estimator=estimator, cv=cv,
4343
scoring=score_metric, n_jobs=1, refit=True, verbose=False)
4444
clf.fit(x, y)
4545

0 commit comments

Comments
 (0)