mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 22:42:37 +02:00
Minor changes
This commit is contained in:
parent
ab6a87a4d5
commit
616e8c9026
5 changed files with 10 additions and 14 deletions
|
|
@ -173,7 +173,7 @@ class SparseGP(GPBase):
|
|||
this function does nothing
|
||||
"""
|
||||
if not isinstance(self.likelihood, Gaussian): # Updates not needed for Gaussian likelihood
|
||||
self.likelihood.restart() # TODO check consistency with pseudo_EP
|
||||
self.likelihood.restart()
|
||||
if self.has_uncertain_inputs:
|
||||
Lmi = chol_inv(self.Lm)
|
||||
Kmmi = tdot(Lmi.T)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue