Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/test_runs/test_run_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,9 @@ def test_local_run_metric_score(self):

def test_online_run_metric_score(self):
openml.config.server = self.production_server
run = openml.runs.get_run(5965513) # important to use binary classification task, due to assertions
# important to use binary classification task,
# due to assertions
run = openml.runs.get_run(9864498)
self._test_local_evaluations(run)

def test_initialize_model_from_run(self):
Expand Down