Skip to content
Prev Previous commit
fix comment too long
  • Loading branch information
LennartPurucker committed Apr 18, 2023
commit da9f1b17446b221433123f329e2a5f6205840ff8
3 changes: 2 additions & 1 deletion tests/test_utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def test_list_all_with_multiple_batches(self):
listing_call=openml.tasks.functions._list_tasks, output_format="dict", batch_size=2000
)
# Verify that test server state is still valid for this test to work as intended
# -> If the number of results is less than 2000, the test can not test the batching operation.
# -> If the number of results is less than 2000, the test can not test the
# batching operation.
assert len(res) > 2000
openml.utils._list_all(
listing_call=openml.tasks.functions._list_tasks,
Expand Down