Open chillenzer opened 2 years ago
We could switch to @numba.njit instead of @numba.jit(nopython=True). Making that the first and/or only thing to teach will hopefully make them get the defaults right.
@numba.njit
@numba.jit(nopython=True)
We could switch to
@numba.njit
instead of@numba.jit(nopython=True)
. Making that the first and/or only thing to teach will hopefully make them get the defaults right.