merged master

This commit is contained in:
beckdaniel 2015-09-26 13:30:23 +01:00
parent 1a02c65a61
commit a350e74b31
2 changed files with 6 additions and 2 deletions

View file

@ -137,6 +137,7 @@ class WarpedGP(GP):
if self.normalizer is not None:
m, v = self.normalizer.inverse_mean(m), self.normalizer.inverse_variance(v)
a, b = self.likelihood.predictive_quantiles(m, v, quantiles, Y_metadata)
#return [a, b]
if not self.predict_in_warped_space:
return [a, b]
#print a.shape