Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numba deprecation warning in akmaev_adjustment #200

Open
brian-rose opened this issue Jan 15, 2024 · 0 comments
Open

Numba deprecation warning in akmaev_adjustment #200

brian-rose opened this issue Jan 15, 2024 · 0 comments

Comments

@brian-rose
Copy link
Collaborator

Lately we're getting warning messages like this on every import climlab:

/srv/conda/envs/notebook/lib/python3.10/site-packages/climlab/convection/akmaev_adjustment.py:142: 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.
  Akmaev_adjustment = jit(signature_or_function=Akmaev_adjustment)

We'll need to take a look at this deprecation notice in the Numba docs and see what needs doing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant