skipping the wgps Snelson's test (comment the skip line to see the plots)

This commit is contained in:
beckdaniel 2015-12-08 14:14:59 +00:00
parent bef114eabd
commit 4c843adc4c

View file

@ -307,7 +307,7 @@ class MiscTests(unittest.TestCase):
np.testing.assert_almost_equal(preds, warp_preds) 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): def test_warped_gp_sine(self):
""" """
A test replicating the sine regression problem from A test replicating the sine regression problem from