fixed a plotting bug for sliced plots

This commit is contained in:
James Hensman 2015-02-10 14:23:03 +00:00
parent 47cbdc265e
commit b499a870fb
2 changed files with 2 additions and 2 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):
"""