We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd1a43 commit 815fd31Copy full SHA for 815fd31
3 files changed
adaptive/tests/test_learner1d.py
@@ -409,4 +409,4 @@ def test_inf_loss_with_missing_bounds():
409
# must be done in parallel because otherwise the bounds will be evaluated first
410
BlockingRunner(learner, loss_goal=0.01)
411
412
- assert learner.npoints > 20
+ assert learner.npoints >= 5
docs/environment.yml
@@ -4,7 +4,7 @@ channels:
4
- conda-forge
5
6
dependencies:
7
- - python=3.11.3
+ - python=3.10
8
- sortedcollections=2.1.0
9
- scikit-optimize=0.9.0
10
- scikit-learn=1.2.2
docs/source/logo.md
@@ -9,6 +9,8 @@ kernelspec:
display_name: Python 3 (ipykernel)
language: python
11
name: python3
12
+execution:
13
+ timeout: 300
14
---
15
16
```{code-cell} ipython3
0 commit comments