From 4c843adc4cbd05c8095ccdcf85b127cc12c856c4 Mon Sep 17 00:00:00 2001 From: beckdaniel Date: Tue, 8 Dec 2015 14:14:59 +0000 Subject: [PATCH] skipping the wgps Snelson's test (comment the skip line to see the plots) --- 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 988bde13..7f983411 100644 --- a/GPy/testing/model_tests.py +++ b/GPy/testing/model_tests.py @@ -307,7 +307,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