mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
all tests either notimplemented or known to fail
This commit is contained in:
parent
6637eb7ac8
commit
a307d528ef
3 changed files with 4 additions and 4 deletions
|
|
@ -43,8 +43,8 @@ class StudentT(Likelihood):
|
|||
Pull out the gradients, be careful as the order must match the order
|
||||
in which the parameters are added
|
||||
"""
|
||||
self.sigma2.gradient = derivatives[0]
|
||||
self.v.gradient = derivatives[1]
|
||||
self.sigma2.gradient = grads[0]
|
||||
self.v.gradient = grads[1]
|
||||
|
||||
def pdf_link(self, link_f, y, Y_metadata=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue