I have a function (func) which I am pre-compiling for speed with numba, using @jit(nopython=True)
@jit(nopython=True)
When I execute the non-compiled version using func.py
func.py