mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
some cleaning on WarpedGP code
This commit is contained in:
parent
96441382b9
commit
20a1e8d3c7
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue