mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
fixed syntax bug in sparse GP
This commit is contained in:
parent
dc085c8c68
commit
a3f1fe38c3
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class VarDTC(object):
|
|||
raise NotImplementedError #TODO
|
||||
|
||||
#construct a posterior object
|
||||
post = Posterior(woodbury_chol=None, woodbury_vector=Cpsi1V, K=None, mean=None, cov=None, K_chol=None):
|
||||
post = Posterior(woodbury_chol=None, woodbury_vector=Cpsi1V, K=None, mean=None, cov=None, K_chol=None)
|
||||
return
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue