mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
fix psicomp problem
This commit is contained in:
parent
d06f8b9272
commit
e0321c961a
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ class PSICOMP_RBF(Pickleable):
|
|||
else:
|
||||
raise ValueError, "unknown distriubtion received for psi-statistics"
|
||||
|
||||
def _setup_observers(self):
|
||||
pass
|
||||
|
||||
class PSICOMP_Linear(Pickleable):
|
||||
|
||||
@Cache_this(limit=2, ignore_args=(0,))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue