deactivated test_models()

This commit is contained in:
Nicolo Fusi 2013-03-11 19:37:56 +00:00
parent 1f5837d200
commit dc19f44a7f
2 changed files with 6 additions and 3 deletions

View file

@ -10,7 +10,6 @@ import numpy as np
import GPy
default_seed=10000
def crescent_data(seed=default_seed): #FIXME
"""Run a Gaussian process classification on the crescent data. The demonstration calls the basic GP classification model and uses EP to approximate the likelihood.