changing the seed seems to fix Alan's bug.

This commit is contained in:
James Hensman 2013-11-27 15:00:42 +00:00
parent 0c3747dc4d
commit eafcd50af5

View file

@ -7,7 +7,7 @@ import inspect
from GPy.likelihoods.noise_models import gp_transformations
from functools import partial
#np.random.seed(300)
np.random.seed(690)
np.random.seed(7)
def dparam_partial(inst_func, *args):
"""