Skip to content

Commit

Permalink
Avoid asyncio.coroutine error in Readthedocs.org builds (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Apr 8, 2023
1 parent bfd1a43 commit 815fd31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adaptive/tests/test_learner1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/source/logo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
execution:
timeout: 300
---

```{code-cell} ipython3
Expand Down

0 comments on commit 815fd31

Please sign in to comment.