Skip to content

Commit

Permalink
lower once more to be sure :)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Aug 8, 2013
1 parent b935813 commit e7834bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/machine/gp/InferenceMethod_unittest.cc
Expand Up @@ -49,7 +49,7 @@ TEST(InferenceMethod,get_log_ml_estimate_binary_logit_laplace)
* and also against the approximate marginal likelihood. Since this is random,
* use low accuracy. */
float64_t sample=inf->get_log_ml_estimate(100000);
EXPECT_NEAR(sample, -1.67990517588, 0.2);
EXPECT_NEAR(sample, -1.67990517588, 0.3);
EXPECT_NEAR(sample, -inf->get_negative_marginal_likelihood(), 1e-1);

SG_UNREF(inf);
Expand Down

0 comments on commit e7834bd

Please sign in to comment.