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 9c3736a commit 089a5e7Copy full SHA for 089a5e7
1 file changed
tests/test_study/test_study_functions.py
@@ -227,7 +227,7 @@ def test_study_attach_illegal(self):
227
run_list = openml.runs.list_runs(size=10)
228
assert len(run_list) == 10
229
run_list_more = openml.runs.list_runs(size=20)
230
- assert len(run_list_more) == 20
+ assert len(run_list_more) > 10 # a fresh db should have 15 evaluated runs
231
232
study = openml.study.create_study(
233
alias=None,
0 commit comments