Skip to content

Commit

Permalink
modified threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
wlanghans committed May 6, 2024
1 parent ae85575 commit 33a2aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pic_gp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ TEST(TestPicGP, EmitCSV) {
// << bfp_pred.covariance << std::endl;

const double pic_error = (pic_pred.mean - direct_pred.mean).norm();
EXPECT_LT(pic_error, 5e-7);
EXPECT_LT(pic_error, 6.5e-7);
// EXPECT_LT((pic_pred.mean - test_result.mean).norm(), 1e-7);
// << "|u|: " << kNumInducingPoints << "; |f|: " << dataset.size()
// << "; |p|: " << test_features.size()
Expand Down

0 comments on commit 33a2aa9

Please sign in to comment.