Skip to content

Commit 070b363

Browse files
ArlindKadramfeurer
authored andcommitted
temporary fix for failing unit test (#598)
* temporary fix for failing unit test * Changing Jan's suggestion to a run on a binary classification task
1 parent b9035c4 commit 070b363

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_runs/test_run_functions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ def test_local_run_metric_score(self):
563563

564564
def test_online_run_metric_score(self):
565565
openml.config.server = self.production_server
566-
run = openml.runs.get_run(5965513) # important to use binary classification task, due to assertions
566+
# important to use binary classification task,
567+
# due to assertions
568+
run = openml.runs.get_run(9864498)
567569
self._test_local_evaluations(run)
568570

569571
def test_initialize_model_from_run(self):

0 commit comments

Comments
 (0)