mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
speed ups for normal cdf
This commit is contained in:
parent
337bf67559
commit
1e30ffd730
7 changed files with 38 additions and 96 deletions
|
|
@ -476,7 +476,7 @@ class GradientTests(np.testing.TestCase):
|
|||
likelihood = GPy.likelihoods.MixedNoise(likelihoods_list=likelihoods_list)
|
||||
m = GPy.core.SparseGP(X, Y, X[np.random.choice(num_obs, 10)],
|
||||
kern, likelihood,
|
||||
GPy.inference.latent_function_inference.VarDTC(),
|
||||
inference_method=GPy.inference.latent_function_inference.VarDTC(),
|
||||
Y_metadata=Y_metadata)
|
||||
self.assertTrue(m.checkgrad())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue