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.
2 parents 461814d + ac291ff commit cfac473Copy full SHA for cfac473
tests/test_tasks/test_task_functions.py
@@ -78,6 +78,8 @@ def test_list_tasks_empty(self):
78
79
self.assertIsInstance(tasks, dict)
80
81
+ @unittest.skip("Server will currently incorrectly return only 99 tasks."
82
+ "See https://github.com/openml/OpenML/issues/980")
83
def test_list_tasks_by_tag(self):
84
num_basic_tasks = 100 # number is flexible, check server if fails
85
tasks = openml.tasks.list_tasks(tag='OpenML100')
0 commit comments