Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen a tolerance to stop test from failing with CUDA (#2512)
Summary: Pull Request resolved: #2512 Context: `botorch.test.mdoels.test_gpytorch.TestModelListGPyTorchModel.test_model_list_gpytorch_model` has been failing when run with CUDA for a couple days, with a numerical error slightly exceeding the set tolerance in single precision. This PR: * Slightly loosens the tolerance in single precision * Updates a couple assertions to use `assertAllClose` * Updates a couple assertions to use `assertWarns` Reviewed By: Balandat Differential Revision: D62343447 fbshipit-source-id: 17f054083f0dfec17b4e036e86c7d80c5ea434c1
- Loading branch information