You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments