From bf13f5403dc505ec93b44e2861dc6ce53ffde9b7 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Mon, 14 Sep 2015 17:20:28 +0100 Subject: [PATCH] Update rv_transformation_tests.py --- GPy/testing/rv_transformation_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPy/testing/rv_transformation_tests.py b/GPy/testing/rv_transformation_tests.py index fbf20c28..59c79044 100644 --- a/GPy/testing/rv_transformation_tests.py +++ b/GPy/testing/rv_transformation_tests.py @@ -62,6 +62,7 @@ class RVTransformationTestCase(unittest.TestCase): m.theta.set_prior(prior) m.theta.constrain(trans) m.randomize() + print(m) self.assertTrue(m.checkgrad(1)) def test_Logexp(self):