Skip to content

Commit 7114df4

Browse files
authored
Merge branch 'main' into mnt/diagnose-long-test-runtimes
2 parents 74ebae2 + e95675a commit 7114df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_setups/test_setup_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_setup_list_filter_flow(self):
143143

144144
setups = openml.setups.list_setups(flow=flow_id)
145145

146-
assert len(setups) > 0 # TODO: please adjust 0
146+
assert len(setups) >= 2
147147
for setup_id in setups:
148148
assert setups[setup_id].flow_id == flow_id
149149

0 commit comments

Comments
 (0)