diff --git a/adaptive/tests/test_learner1d.py b/adaptive/tests/test_learner1d.py index dceb28797..9f211e39d 100644 --- a/adaptive/tests/test_learner1d.py +++ b/adaptive/tests/test_learner1d.py @@ -409,4 +409,4 @@ def test_inf_loss_with_missing_bounds(): # must be done in parallel because otherwise the bounds will be evaluated first BlockingRunner(learner, loss_goal=0.01) - assert learner.npoints > 20 + assert learner.npoints >= 5 diff --git a/docs/environment.yml b/docs/environment.yml index 4d45e9076..8328db147 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - - python=3.11.3 + - python=3.10 - sortedcollections=2.1.0 - scikit-optimize=0.9.0 - scikit-learn=1.2.2 diff --git a/docs/source/logo.md b/docs/source/logo.md index e7e553899..5cb740c2f 100644 --- a/docs/source/logo.md +++ b/docs/source/logo.md @@ -9,6 +9,8 @@ kernelspec: display_name: Python 3 (ipykernel) language: python name: python3 +execution: + timeout: 300 --- ```{code-cell} ipython3