We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9035c4 commit 070b363Copy full SHA for 070b363
tests/test_runs/test_run_functions.py
@@ -563,7 +563,9 @@ def test_local_run_metric_score(self):
563
564
def test_online_run_metric_score(self):
565
openml.config.server = self.production_server
566
- run = openml.runs.get_run(5965513) # important to use binary classification task, due to assertions
+ # important to use binary classification task,
567
+ # due to assertions
568
+ run = openml.runs.get_run(9864498)
569
self._test_local_evaluations(run)
570
571
def test_initialize_model_from_run(self):
0 commit comments