Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retiring deprecated versions ofpsd_safe_cholesky, NotPSDError, and assert_allclose #2130

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

SebastianAment
Copy link
Contributor

This PR retires

  1. GPyTorch's psd_safe_cholesky in favor of the LinearOperator version
  2. GPyTorch's NotPSDError in favor of the LinearOperator version
  3. torch.testing.assert_allclose in favor of torch.testing.assert_close. assert_close has been in torch since 1.9 and since GPyTorch requires torch>=1.11, this should not cause any bad behavior, see here for details.

Copy link
Collaborator

@Balandat Balandat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@Balandat Balandat merged commit 78fae38 into cornellius-gp:master Sep 8, 2022
@SebastianAment SebastianAment deleted the deprecate-errors branch September 8, 2022 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants