Skip to content

Commit 32cde57

Browse files
tighten test_spectral_mixture_gp_mean_abs_error bound (#1866)
Co-authored-by: Geoff Pleiss <[email protected]>
1 parent 0907c95 commit 32cde57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/test_spectral_mixture_gp_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_spectral_mixture_gp_mean_abs_error(self, empspect=False):
101101

102102
# The spectral mixture kernel should be trivially able to
103103
# extrapolate the sine function.
104-
self.assertLess(mean_abs_error.squeeze().item(), 0.2)
104+
self.assertLess(mean_abs_error.squeeze().item(), 0.02)
105105

106106

107107
if __name__ == "__main__":

0 commit comments

Comments
 (0)