When adding @jit decorator to the function distanceMatrix in the following code, NUMBA compiles the code in object mode instead of nopython mode. How do I correct my code to ac