mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +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)
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue