Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid asyncio.coroutine error in Readthedocs.org builds #406

Merged
merged 1 commit into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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