mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
remove todos
This commit is contained in:
parent
7d9fffc04b
commit
4834339550
4 changed files with 1 additions and 8 deletions
|
|
@ -36,7 +36,6 @@ def flatten_nested(lst):
|
|||
|
||||
|
||||
def test_models():
|
||||
# TODO: testing setup is not that clear to me yet...
|
||||
optimize = False
|
||||
plot = True
|
||||
examples_path = os.path.dirname(GPy.examples.__file__)
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ class TestHMCSampler:
|
|||
|
||||
hmc = GPy.inference.mcmc.HMC(m, stepsize=1e-2)
|
||||
_s = hmc.sample(num_samples=3)
|
||||
# TODO: seems like there is no test here?
|
||||
|
||||
|
||||
class TestMCMCSampler:
|
||||
|
|
@ -274,4 +273,3 @@ class TestMCMCSampler:
|
|||
|
||||
mcmc = GPy.inference.mcmc.Metropolis_Hastings(m)
|
||||
mcmc.sample(Ntotal=100, Nburn=10)
|
||||
# TODO: seems like there is no test here?
|
||||
|
|
|
|||
|
|
@ -495,8 +495,6 @@ class TestNoiseModels:
|
|||
yield self.t_dexp_dmu, model, Y, Y_metadata
|
||||
yield self.t_dexp_dvar, model, Y, Y_metadata
|
||||
|
||||
# TODO: how to now run all of the tests?
|
||||
|
||||
#############
|
||||
# dpdf
|
||||
# _df's #
|
||||
|
|
@ -885,7 +883,6 @@ class LaplaceTests:
|
|||
|
||||
self.var = np.random.rand(1)
|
||||
self.stu_t = GPy.likelihoods.StudentT(deg_free=5, sigma2=self.var)
|
||||
# TODO: gaussians with on Identity link. self.gauss = GPy.likelihoods.Gaussian(gp_link=link_functions.Log(), variance=self.var)
|
||||
self.gauss = GPy.likelihoods.Gaussian(variance=self.var)
|
||||
|
||||
# Make a bigger step as lower bound can be quite curved
|
||||
|
|
|
|||
|
|
@ -34,8 +34,7 @@ class ListDictTestCase:
|
|||
|
||||
|
||||
class TestPickleSupport(ListDictTestCase):
|
||||
# TODO: why is this test skipped?
|
||||
@pytest.mark.skip(reason="")
|
||||
@pytest.mark.skip(reason="") # why is this test skipped?
|
||||
def test_load_pickle(self):
|
||||
import os
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue