[test] coverage increased

This commit is contained in:
mzwiessele 2015-10-10 16:52:20 +01:00
parent 844c24247b
commit e35e0d461d
12 changed files with 1 additions and 1 deletions

View file

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