Skip to content

Commit

Permalink
remove parallel jit target because Dask uses threading
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Oct 25, 2022
1 parent 51df488 commit d3a2ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mdio/segy/ibm_float.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

OBJECT_MODE = True if NUMBA_DISABLE_JIT else False
JIT_CACHE = False if NUMBA_DISABLE_JIT else True
# JIT_TARGET = "cpu" if NUMBA_DISABLE_JIT else "parallel"
JIT_TARGET = "cpu"
JIT_KWARGS = dict(cache=JIT_CACHE, forceobj=OBJECT_MODE)

Expand Down

0 comments on commit d3a2ed5

Please sign in to comment.