mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
[testing] seed problems
This commit is contained in:
parent
dff1495a5f
commit
03b6b399fe
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ class Kern_check_model(GPy.core.Model):
|
|||
"""
|
||||
def __init__(self, kernel=None, dL_dK=None, X=None, X2=None):
|
||||
GPy.core.Model.__init__(self, 'kernel_test_model')
|
||||
np.random.seed()
|
||||
if kernel==None:
|
||||
kernel = GPy.kern.RBF(1)
|
||||
if X is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue