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

Temporarily remove failing ray tutorial #846

Merged
merged 4 commits into from
May 29, 2024
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
210 changes: 0 additions & 210 deletions docs/notebooks/asynchronous_nongreedy_batch_ray.pct.py

This file was deleted.

2 changes: 0 additions & 2 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ The following tutorials explain how to use and extend specific Trieste functiona
* How do I use Trieste in asynchronous objective evaluation mode?

* :doc:`Example of using greedy batch acquisition functions and Python multiprocessing module.<notebooks/asynchronous_greedy_multiprocessing>`
* :doc:`Example of using non-greedy batch acquisition functions and Ray.<notebooks/asynchronous_nongreedy_batch_ray>`

.. toctree::
:hidden:
Expand All @@ -69,7 +68,6 @@ The following tutorials explain how to use and extend specific Trieste functiona
notebooks/data_transformation
notebooks/recovering_from_errors
notebooks/asynchronous_greedy_multiprocessing
notebooks/asynchronous_nongreedy_batch_ray
notebooks/visualizing_with_tensorboard
notebooks/code_overview

Expand Down
Loading