You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a lot of Numba functions in the code base that are labeled with @njit and it would be better to add a function signature to them that more accurately annotates what input types are allowed. More details can be found here.
Currently, we have a lot of Numba functions in the code base that are labeled with
@njitand it would be better to add a function signature to them that more accurately annotates what input types are allowed. More details can be found here.