From 4dd2f4feb724a62f0482395e52be66e3ab7fffdf Mon Sep 17 00:00:00 2001 From: beckdaniel Date: Wed, 5 Aug 2015 19:18:57 +0100 Subject: [PATCH] commenting plotting test --- GPy/testing/model_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/model_tests.py b/GPy/testing/model_tests.py index 03bb0bb5..ca2dce07 100644 --- a/GPy/testing/model_tests.py +++ b/GPy/testing/model_tests.py @@ -221,7 +221,7 @@ class MiscTests(unittest.TestCase): np.testing.assert_almost_equal(preds, warp_preds) - #@unittest.skip('Comment this to plot the modified sine function') + @unittest.skip('Comment this to plot the modified sine function') def test_warped_gp_sine(self): """ A test replicating the sine regression problem from