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

fix: update Applying corrections notebook #1070

Merged
merged 4 commits into from Apr 11, 2024

Conversation

Saransh-cpp
Copy link
Contributor

No description provided.

Comment on lines 515 to 517
"/Users/saransh/Code/HEP/coffea/src/coffea/lookup_tools/dense_mapped_lookup.py:31: NumbaDeprecationWarning: \u001b[1mThe '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.\u001b[0m\n",
" out = numba.jit()(feval)\n",
"/Users/saransh/Code/HEP/coffea/src/coffea/lookup_tools/dense_mapped_lookup.py:31: NumbaDeprecationWarning: \u001b[1mThe '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.\u001b[0m\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could not find the origin of these warnings. Could you please let me know if they can be silenced or fixed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed it to use nopython=True - can you give it a try?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That worked, thanks!

@lgray lgray enabled auto-merge April 11, 2024 13:40
@lgray lgray merged commit 750b96d into CoffeaTeam:master Apr 11, 2024
14 checks passed
@Saransh-cpp Saransh-cpp deleted the fix-applying-corrections-nb branch April 11, 2024 19:37
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

2 participants