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

Specify nopython=True on jit functions #435

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Specify nopython=True on jit functions #435

merged 2 commits into from
Sep 22, 2023

Conversation

santisoler
Copy link
Member

Explicitly set nopython=True on jit function in tests and examples.
This avoids some warnings about the change of the default configuration
in Numba: by default nopython will be set to True in the future.

Explicitly set `nopython=True` on jit function in tests and examples.
This avoids some warnings about the change of the default configuration
in Numba: by default `nopython` will be set to `True` in the future.
@santisoler santisoler merged commit c37d2dd into main Sep 22, 2023
20 checks passed
@santisoler santisoler deleted the jit-nopython branch September 22, 2023 17:54
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.

None yet

1 participant