removed random.seed from the base of kernel_tests.py (the tests still pass)

This commit is contained in:
James Hensman 2014-04-17 09:19:24 +01:00
parent a1664f50ba
commit 4fc8d6117f

View file

@ -9,8 +9,6 @@ from GPy.core.parameterization.param import Param
verbose = 0
np.random.seed(50)
class Kern_check_model(GPy.core.Model):
"""