Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-abstract poll_exception method to MyRunner in custom botorch …
…model tutorial (#2087) Summary: ## Motivation [Ax https://github.com/pytorch/botorch/issues/1958](https://github.com/facebook/Ax/pull/1958) broke the custom botorch model tutorial by adding an abstract method to the `Runner` class; the tutorial contained a `Runner` subclass that did not override this method. I fixed this by adding a method that returns a `NotImplementedError`. Pull Request resolved: #2087 Test Plan: Ran tutorial locally: `python scripts/run_tutorials.py -p "$(pwd)" -s -n custom_botorch_model_in_ax.ipynb` Reviewed By: saitcakmak Differential Revision: D51046160 Pulled By: esantorella fbshipit-source-id: dd3b86f379f44be51fda01cbc412559a1e84b475
- Loading branch information