From baf3feacebaabd9b60e4a384a4eedb4beec46225 Mon Sep 17 00:00:00 2001 From: NimaSarajpoor Date: Sun, 12 Jan 2025 19:21:21 -0500 Subject: [PATCH] Add note to function --- stumpy/cache.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stumpy/cache.py b/stumpy/cache.py index 5b6f53519..074550030 100644 --- a/stumpy/cache.py +++ b/stumpy/cache.py @@ -130,6 +130,11 @@ def _recompile(): Returns ------- None + + Notes + ----- + If the `numba` cache is enabled, this results in saving (and/or overwriting) + the cached numba functions to disk. """ warnings.warn(CACHE_WARNING) for module_name, func_name in get_njit_funcs():