cornellius-gp / linear_operator

A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
MIT License
93 stars 28 forks source link

Unify tolerance specification for test_diagonalization() #91

Closed Turakar closed 2 months ago

Turakar commented 10 months ago

With this change, the tolerance for diagonalization is also specified in tolerances instead of it being hardcoded. This unifies stuff a bit, and allows downstream tests to change the tolerance.