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 4b84dc6 commit 64fa568Copy full SHA for 64fa568
1 file changed
tests/test_tasks/test_task_functions.py
@@ -84,8 +84,6 @@ def test_list_tasks_empty(self):
84
85
self.assertIsInstance(tasks, dict)
86
87
- @unittest.skip("Server will currently incorrectly return only 99 tasks."
88
- "See https://github.com/openml/OpenML/issues/980")
89
def test_list_tasks_by_tag(self):
90
num_basic_tasks = 100 # number is flexible, check server if fails
91
tasks = openml.tasks.list_tasks(tag='OpenML100')
0 commit comments