changes to DTC

This commit is contained in:
James Hensman 2014-02-11 20:05:36 +00:00
parent 1b29c0939e
commit 54b7581c39
2 changed files with 8 additions and 8 deletions

View file

@ -38,9 +38,9 @@ class SparseGP(GP):
if inference_method is None:
if isinstance(likelihood, likelihoods.Gaussian):
inference_method = varDTC.VarDTC()
else:
else:
#inference_method = ??
raise NotImplementedError, "what to do what to do?"
raise NotImplementedError, "what to do what to do?"
print "defaulting to ", inference_method, "for latent function inference"
self.Z = Param('inducing inputs', Z)