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 62b9dea commit 707f4c1Copy full SHA for 707f4c1
stumpy/cache.py
@@ -260,7 +260,7 @@ def save():
260
is saved. Each `.nbc` file will only be saved after its `njit` function is called
261
once. However, subsequent calls to `cache.save()` (after clearing the cache via
262
`cache.clear()`) will automatically save BOTH the `.nbi` files as well as the `.nbc`
263
- files as long as their `njit` function has been called at least once.
+ files as long as their `njit` function has been called at least once.
264
"""
265
if numba.config.DISABLE_JIT:
266
msg = "Could not save/cache function because NUMBA JIT is disabled"
0 commit comments