Skip to content

Commit dc82bbf

Browse files
committed
fix unit test (!)
1 parent 9f0ada9 commit dc82bbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_runs/test_run_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def test_run_with_classifiers_in_param_grid(self):
714714
task=task, model=clf, avoid_duplicate_runs=False)
715715

716716
def test__run_task_get_arffcontent(self):
717-
task = openml.tasks.get_task(11)
717+
task = openml.tasks.get_task(7)
718718
num_instances = 3196
719719
num_folds = 10
720720
num_repeats = 1
@@ -750,7 +750,7 @@ def test__run_task_get_arffcontent(self):
750750

751751
def test__run_model_on_fold(self):
752752
task = openml.tasks.get_task(7)
753-
num_instances = 1054
753+
num_instances = 320
754754
num_folds = 1
755755
num_repeats = 1
756756

0 commit comments

Comments
 (0)