Skip to content

Commit

Permalink
remove numba generated_jit import
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 31, 2024
1 parent 4606f28 commit df44dab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions quimb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ def prod(iterable):
target, depending on environment variable 'QUIMB_NUMBA_PARALLEL'.
"""

generated_jit = functools.partial(numba.generated_jit, cache=_NUMBA_CACHE)
"""Numba generated jit, but obeying cache setting.
"""


class CacheThreadPool(object):
""" """
Expand Down

0 comments on commit df44dab

Please sign in to comment.