diff --git a/GPy/core/model.py b/GPy/core/model.py index b1aeeed7..ac94d5eb 100644 --- a/GPy/core/model.py +++ b/GPy/core/model.py @@ -199,6 +199,7 @@ class Model(ParamzModel, Priorizable): import paramz transformed_points = param_points.copy() + print transformed_points, point_densities # Need to transform the points to the space of parameters again f = np.ones(self.size).astype(bool)