mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
a bug fix for psi statistics related model pickle
This commit is contained in:
parent
b9fdbedf20
commit
80adaed616
1 changed files with 4 additions and 1 deletions
|
|
@ -48,3 +48,6 @@ class PSICOMP_Linear(Pickleable):
|
|||
return sslinear_psi_comp.psiDerivativecomputations(dL_dpsi0, dL_dpsi1, dL_dpsi2, variance, Z, variational_posterior)
|
||||
else:
|
||||
raise ValueError, "unknown distriubtion received for psi-statistics"
|
||||
|
||||
def _setup_observers(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue