From bba003eb852f2714eb8add71d2009ff2c6cd58f7 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 18:52:51 +0100 Subject: [PATCH] Update rv_transformation_tests.py --- GPy/testing/rv_transformation_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/rv_transformation_tests.py b/GPy/testing/rv_transformation_tests.py index 3fbb2abd..d9bdeb49 100644 --- a/GPy/testing/rv_transformation_tests.py +++ b/GPy/testing/rv_transformation_tests.py @@ -58,7 +58,7 @@ class RVTransformationTestCase(unittest.TestCase): # END OF PLOT # Check the gradients at a few random points for i in range(5): - m.theta = theta_s[i] + m.theta = i+1. self.assertTrue(m.checkgrad(verbose=True)) def test_Logexp(self):