Skip to content

Commit

Permalink
Avoid asyncio.coroutine error in Readthedocs.org builds
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Apr 7, 2023
1 parent 0590be6 commit 8989c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit 8989c8d

Please sign in to comment.