[chaching] changing all chacher limits to 3

This commit is contained in:
mzwiessele 2016-03-07 11:37:22 +00:00
parent 99caca6702
commit b1e073318f
48 changed files with 72 additions and 72 deletions

View file

@ -44,7 +44,7 @@ class SparseGP(GP):
#pick a sensible inference method
if inference_method is None:
if isinstance(likelihood, likelihoods.Gaussian):
inference_method = var_dtc.VarDTC(limit=1)
inference_method = var_dtc.VarDTC(limit=3)
else:
#inference_method = ??
raise NotImplementedError("what to do what to do?")