mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
remove the print message in model.checkgrad
This commit is contained in:
parent
808cfb0501
commit
e46f3b342e
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue