mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
changing the seed seems to fix Alan's bug.
This commit is contained in:
parent
0c3747dc4d
commit
eafcd50af5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import inspect
|
||||||
from GPy.likelihoods.noise_models import gp_transformations
|
from GPy.likelihoods.noise_models import gp_transformations
|
||||||
from functools import partial
|
from functools import partial
|
||||||
#np.random.seed(300)
|
#np.random.seed(300)
|
||||||
np.random.seed(690)
|
np.random.seed(7)
|
||||||
|
|
||||||
def dparam_partial(inst_func, *args):
|
def dparam_partial(inst_func, *args):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue