From ebc3b8756e9ba8bc8b9f94413ee2b818f699060d Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Tue, 23 Apr 2013 16:34:01 +0100 Subject: [PATCH] psi_stat_test stash --- GPy/testing/psi_stat_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPy/testing/psi_stat_tests.py b/GPy/testing/psi_stat_tests.py index 1a14e088..044f7fca 100644 --- a/GPy/testing/psi_stat_tests.py +++ b/GPy/testing/psi_stat_tests.py @@ -57,6 +57,7 @@ class Test(unittest.TestCase): X_var = .5 * numpy.ones_like(X) + .4 * numpy.clip(numpy.random.randn(*X.shape), 0, 1) Z = numpy.random.permutation(X)[:M] Y = X.dot(numpy.random.randn(Q, D)) + kernels = [GPy.kern.linear(Q), GPy.kern.rbf(Q), GPy.kern.bias(Q)] kernels = [GPy.kern.linear(Q), GPy.kern.rbf(Q), GPy.kern.bias(Q), GPy.kern.linear(Q) + GPy.kern.bias(Q),