We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2141571 commit d79512fCopy full SHA for d79512f
adaptive/learner/balancing_learner.py
@@ -274,6 +274,7 @@ def plot_function(*args):
274
275
dm = hv.DynamicMap(plot_function, kdims=list(d.keys()))
276
dm = dm.redim.values(**d)
277
+ dm.cache_size = 1
278
279
if dynamic:
280
# XXX: change when https://github.com/pyviz/holoviews/issues/3637
adaptive/notebook_integration.py
@@ -136,6 +136,7 @@ def plot_generator():
136
137
streams = [hv.streams.Stream.define("Next")()]
138
dm = hv.DynamicMap(plot_generator(), streams=streams)
139
140
141
if normalize:
142
0 commit comments