commenting plotting test

This commit is contained in:
beckdaniel 2015-08-05 19:18:57 +01:00
parent 20a1e8d3c7
commit 4dd2f4feb7

View file

@ -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