Skip to content

Commit

Permalink
Remove numba cache (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 authored Aug 4, 2024
1 parent 6074913 commit 43c32bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellrank/kernels/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from cellrank import logging as logg

jit_kwargs = {"nogil": True, "cache": True, "fastmath": True}
jit_kwargs = {"nogil": True, "fastmath": True}


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

0 comments on commit 43c32bb

Please sign in to comment.