Skip to content

Commit

Permalink
Add note to function
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaSarajpoor committed Jan 13, 2025
1 parent 4b37b0a commit baf3fea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stumpy/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit baf3fea

Please sign in to comment.