File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -409,4 +409,4 @@ def test_inf_loss_with_missing_bounds():
409409 # must be done in parallel because otherwise the bounds will be evaluated first
410410 BlockingRunner (learner , loss_goal = 0.01 )
411411
412- assert learner .npoints > 20
412+ assert learner .npoints >= 5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - conda-forge
55
66dependencies :
7- - python=3.11.3
7+ - python=3.10
88 - sortedcollections=2.1.0
99 - scikit-optimize=0.9.0
1010 - scikit-learn=1.2.2
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ kernelspec:
99 display_name : Python 3 (ipykernel)
1010 language : python
1111 name : python3
12+ execution :
13+ timeout : 300
1214---
1315
1416``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments