[plotting] still testing the testing

This commit is contained in:
Max Zwiessele 2016-03-31 14:06:23 +01:00
parent 1376113405
commit 0116b03f3c
7 changed files with 32 additions and 28 deletions

View file

@ -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)