remove the print message in model.checkgrad

This commit is contained in:
Zhenwen Dai 2014-09-02 12:33:52 +01:00
parent 808cfb0501
commit e46f3b342e
3 changed files with 4 additions and 5 deletions

View file

@ -46,7 +46,7 @@ class SparseGP_MPI(SparseGP):
self.add_parameter(self.X, index=0)
if variational_prior is not None:
self.add_parameter(variational_prior)
self.X.fix()
# self.X.fix()
self.mpi_comm = mpi_comm
# Manage the data (Y) division