Merge branch 'devel' of github.com:/sheffieldml/GPy into devel

This commit is contained in:
James Hensman 2015-02-11 11:49:59 +00:00
commit 7920ff0b4d
7 changed files with 53 additions and 21 deletions

View file

@ -178,7 +178,7 @@ class Likelihood(Parameterized):
stop
dF_dtheta = None # Not yet implemented
return F.reshape(*shape), dF_dm.reshape(*shape), dF_dv.reshape(*shape), None
return F.reshape(*shape), dF_dm.reshape(*shape), dF_dv.reshape(*shape), dF_dtheta
def predictive_mean(self, mu, variance, Y_metadata=None):
"""