mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-23 15:48:09 +02:00
temp debug messages
This commit is contained in:
parent
6b68110acf
commit
56ed4bb603
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ class Model(ParamzModel, Priorizable):
|
||||||
import paramz
|
import paramz
|
||||||
|
|
||||||
transformed_points = param_points.copy()
|
transformed_points = param_points.copy()
|
||||||
|
print transformed_points, point_densities
|
||||||
|
|
||||||
# Need to transform the points to the space of parameters again
|
# Need to transform the points to the space of parameters again
|
||||||
f = np.ones(self.size).astype(bool)
|
f = np.ones(self.size).astype(bool)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue