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
Reap base_samples argument of GPyTorchPosterior.rsample (#2254)
Summary:
X-link: facebookexternal/botorch_fb#17
The `base_samples` argument to GPyTorchPosterior.rsample was deprecated in BoTorch 8.0.0
- reaped the deprecated code
- removed the corresponding unit tests
- Removed `base_samples` argument from `MockPosterior.rsample` used for testing, since the base Posterior class also does not permit `base_samples` in `rsample`. Moved an exception in `MockPosterior` so that invalid `base_samples` will still be checked.
- fixed a docstring in PosteriorList
Reviewed By: saitcakmak
Differential Revision: D55038429
0 commit comments