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 6074913 commit 43c32bbCopy full SHA for 43c32bb
src/cellrank/kernels/_utils.py
@@ -12,7 +12,7 @@
12
13
from cellrank import logging as logg
14
15
-jit_kwargs = {"nogil": True, "cache": True, "fastmath": True}
+jit_kwargs = {"nogil": True, "fastmath": True}
16
17
18
@nb.njit(parallel=False, **jit_kwargs)
0 commit comments