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 #600

Open
khider opened this issue Jul 15, 2024 · 0 comments
Open

Numba deprecation #600

khider opened this issue Jul 15, 2024 · 0 comments
Assignees
Labels
TeamHackathon Issues that should be dealt with in a team hackathon

Comments

@khider
Copy link
Member

khider commented Jul 15, 2024

Is your feature request related to a problem? Please describe.
Numba is about to make changes to its API and we should check that it doesn't affect us.

The warning

/Users/deborahkhider/anaconda3/envs/paleodev/lib/python3.11/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.

Describe the solution you'd like
We do need to have a look at the Numba acceleration as it doesn't seem to do much in terms of performance.

@khider khider added the TeamHackathon Issues that should be dealt with in a team hackathon label Jul 15, 2024
@khider khider self-assigned this Jul 15, 2024
@CommonClimate CommonClimate changed the title Numba deprication Numba deprecation Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TeamHackathon Issues that should be dealt with in a team hackathon
Projects
None yet
Development

No branches or pull requests

1 participant