Skip to content

Commit 43c32bb

Browse files
authored
Remove numba cache (#1212)
1 parent 6074913 commit 43c32bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cellrank/kernels/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from cellrank import logging as logg
1414

15-
jit_kwargs = {"nogil": True, "cache": True, "fastmath": True}
15+
jit_kwargs = {"nogil": True, "fastmath": True}
1616

1717

1818
@nb.njit(parallel=False, **jit_kwargs)

0 commit comments

Comments
 (0)