From 56ed4bb6035cf7764ed8950495db5cc99acaebb4 Mon Sep 17 00:00:00 2001 From: Michael T Smith Date: Thu, 10 Nov 2016 16:54:17 +0000 Subject: [PATCH] temp debug messages --- GPy/core/model.py | 1 + 1 file changed, 1 insertion(+) 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)