uxarray.utils.disable_jit#

uxarray.utils.disable_jit()#

Allows Numba’s JIT application to be turned off.

This lets users choose whether they want machine code to be generated to speed up the performance of the code on large files. The default is on (True)