diff --git a/GPy/testing/loo_tests.py b/GPy/testing/loo_tests.py index 0c0a2321..ad0f80ec 100644 --- a/GPy/testing/loo_tests.py +++ b/GPy/testing/loo_tests.py @@ -45,5 +45,4 @@ class LOOTest(unittest.TestCase): actual = m.LOO() for e,a in zip(expected,actual): - print "OK" - assert np.isclose(e,a,atol=0.0001,rtol=0.0001), "%s, %s" % (e,a) + assert np.isclose(e,a,atol=0.0001,rtol=0.0001), "LOO likelihoods don't match expected values"