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 ed068d1 commit 076ef50Copy full SHA for 076ef50
1 file changed
tests/test_runs/test_run_functions.py
@@ -205,7 +205,7 @@ def test_get_runs_list_by_uploader(self):
205
uploader_ids = [29]
206
207
runs = openml.runs.list_runs(uploader=uploader_ids)
208
- self.assertGreaterEqual(len(runs), 3)
+ self.assertGreaterEqual(len(runs), 2)
209
for rid in runs:
210
self.assertIn(runs[rid]['uploader'], uploader_ids)
211
self._check_run(runs[rid])
0 commit comments