uxarray.utils.enable_jit#

uxarray.utils.enable_jit()#

Allows Numba’s JIT application to be turned on.

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)