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
/env/lib/python3.10/site-packages/py_lets_be_rational/numba_helper.py:10: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
return jit(*jit_args, **jit_kwargs)(fun)
In the maybe_jit function, a default value can be added to jit_kwargs to fix this.
The text was updated successfully, but these errors were encountered:
With numba 0.57.0, I get the following error
In the maybe_jit function, a default value can be added to jit_kwargs to fix this.
The text was updated successfully, but these errors were encountered: