mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[plotting] still testing the testing
This commit is contained in:
parent
1376113405
commit
0116b03f3c
7 changed files with 32 additions and 28 deletions
|
|
@ -22,7 +22,7 @@ class VarDTC(LatentFunctionInference):
|
|||
|
||||
"""
|
||||
const_jitter = 1e-8
|
||||
def __init__(self, limit=3):
|
||||
def __init__(self, limit=1):
|
||||
from paramz.caching import Cacher
|
||||
self.limit = limit
|
||||
self.get_trYYT = Cacher(self._get_trYYT, limit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue