We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae85575 commit 33a2aa9Copy full SHA for 33a2aa9
tests/test_pic_gp.cc
@@ -720,7 +720,7 @@ TEST(TestPicGP, EmitCSV) {
720
// << bfp_pred.covariance << std::endl;
721
722
const double pic_error = (pic_pred.mean - direct_pred.mean).norm();
723
- EXPECT_LT(pic_error, 5e-7);
+ EXPECT_LT(pic_error, 6.5e-7);
724
// EXPECT_LT((pic_pred.mean - test_result.mean).norm(), 1e-7);
725
// << "|u|: " << kNumInducingPoints << "; |f|: " << dataset.size()
726
// << "; |p|: " << test_features.size()
0 commit comments