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
Update URL to reflect new endpoint
  • Loading branch information
PGijsbers committed Oct 5, 2022
commit af72c6890ac7deea7986987026c0c27e5a68867e
2 changes: 1 addition & 1 deletion tests/test_runs/test_run_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def test_get_run(self):
assert "weka" in run.tags
assert "weka_3.7.12" in run.tags
assert run.predictions_url == (
"https://www.openml.org/data/download/1667125/"
"https://api.openml.org/data/download/1667125/"
"weka_generated_predictions4575715871712251329.arff"
)

Expand Down