Skip to content

Commit baf3fea

Browse files
committed
Add note to function
1 parent 4b37b0a commit baf3fea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stumpy/cache.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ def _recompile():
130130
Returns
131131
-------
132132
None
133+
134+
Notes
135+
-----
136+
If the `numba` cache is enabled, this results in saving (and/or overwriting)
137+
the cached numba functions to disk.
133138
"""
134139
warnings.warn(CACHE_WARNING)
135140
for module_name, func_name in get_njit_funcs():

0 commit comments

Comments
 (0)