Exception fixes for Python 3 compat

This commit is contained in:
Mike Croucher 2015-02-26 14:23:12 +00:00
parent 2b8ef1041b
commit 74f8caba2b
8 changed files with 15 additions and 15 deletions

View file

@ -50,7 +50,7 @@ class SparseGPMiniBatch(SparseGP):
inference_method = var_dtc.VarDTC(limit=1 if not self.missing_data else Y.shape[1])
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.kl_factr = 1.