facebookresearch / beanmachine

A library that allows for inference on probabilistic models
https://beanmachine.org/
MIT License
264 stars 49 forks source link

Fix GP unit test #1825

Closed saitcakmak closed 1 year ago

saitcakmak commented 1 year ago

Summary: Turning off fast computations in BoTorch broke this test. The MVN covar had 1 more batch dimension than loc, which the approximate log_prob was happy with but the exact log_prob did not like.

Reviewed By: Balandat

Differential Revision: D42194245

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D42194245

saitcakmak commented 1 year ago

already committed