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

Silence numba warning for @jit #395

Merged
merged 4 commits into from
Aug 10, 2023

Conversation

rhugonnet
Copy link
Contributor

@rhugonnet rhugonnet commented Aug 10, 2023

Resolves #393

Should already be fixed in scikit-gstat: mmaelicke/scikit-gstat#146
(@njit is equivalent to @jit(nopython=True))

Opened #396

@rhugonnet rhugonnet changed the title Use njit to silence numba warning Silence numba warning for jit Aug 10, 2023
@rhugonnet rhugonnet changed the title Silence numba warning for jit Silence numba warning for @jit Aug 10, 2023
@rhugonnet rhugonnet merged commit 7fc31da into GlacioHack:main Aug 10, 2023
13 checks passed
@rhugonnet rhugonnet deleted the fix_numba_warning branch August 10, 2023 23:25
@adehecq
Copy link
Member

adehecq commented Aug 11, 2023

Cool, thanks !

@adehecq
Copy link
Member

adehecq commented Aug 15, 2023

Actually, on conda-forge, only version 1.0.10 exists... So the warnings still show up with the latest conda install.

@rhugonnet
Copy link
Contributor Author

Yes, there's no way around it unfortunately because pip doesn't work in conda-forge recipes. I specified this there: #398

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

Successfully merging this pull request may close these issues.

Numba deprecation warning
2 participants