mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
skipping the wgps Snelson's test (comment the skip line to see the plots)
This commit is contained in:
parent
bef114eabd
commit
4c843adc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue