You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seanlawsuggested that it might be a good idea to add func=None to functions in stumpy/cache.py such as cache._enable() and cache._clear(). Adding func could allow enabling/clearing of a single function.
The text was updated successfully, but these errors were encountered:
It is one thing to add the parameter but one needs to check and ensure that the functions are actually being "enabled" for caching and properly "cleared" (and eventually "recompiled" when the cache._recompile() function is added.
@seanlaw suggested that it might be a good idea to add
func=None
to functions instumpy/cache.py
such ascache._enable()
andcache._clear()
. Adding func could allow enabling/clearing of a single function.The text was updated successfully, but these errors were encountered: