Skip to content

Commit 1fe3989

Browse files
docusaurus-botfacebook-github-bot
authored andcommitted
Add preference_bo tutorial to ignore list (#1527)
Summary: ## Motivation The preference_bo tutorial has been failing in the nightly cron for a while. Example failure: https://github.com/pytorch/botorch/actions/runs/3557829075/jobs/5976095917#step:11:18 ItsMrLin plans a fix, but it's not completely trivial; in the mean time let's turn this off so we can get signal out of the nightly cron again. Pull Request resolved: #1527 Test Plan: Manually trigger nightly cron and make sure that this tutorial doesn't run. Reviewed By: dme65 Differential Revision: D41552155 Pulled By: esantorella fbshipit-source-id: 14acd0e1267c3f08828f915c715b61218af331d6
1 parent e8d12b5 commit 1fe3989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_tutorials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
IGNORE = { # ignored in smoke tests and full runs
2323
"vae_mnist.ipynb", # requires setting paths to local data
2424
"bope.ipynb", # flaky, keeps failing the workflows
25+
"preference_bo.ipynb", # failing. Fix planned
2526
}
2627
IGNORE_SMOKE_TEST_ONLY = { # only used in smoke tests
2728
"thompson_sampling.ipynb", # very slow without KeOps + GPU

0 commit comments

Comments
 (0)