mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
[test] coverage increased
This commit is contained in:
parent
844c24247b
commit
e35e0d461d
12 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def test_kernel():
|
|||
yield (do_test, )
|
||||
|
||||
def test_plot():
|
||||
np.random.seed(11111)
|
||||
np.random.seed(111)
|
||||
X = np.random.uniform(-2, 2, (40, 1))
|
||||
f = .2 * np.sin(1.3*X) + 1.3*np.cos(2*X)
|
||||
Y = f+np.random.normal(0, .1, f.shape)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue