uxarray/grid/grid.py:1436: RuntimeWarning: Necessary functions for computing the bounds of each face are not yet compiled with Numba #1266
|
I got the following warning when using uxarray: Not sure whether it may be improved or not. |
Answered by
philipc2
May 17, 2025
Replies: 1 comment 1 reply
|
This is expected, especially for the first time you call the However, I don't think this warning is necessary since compilation usually only adds a couple sections and the function is cached after. |
1 reply
Answer selected by
guoqing-noaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @guoqing-noaa
This is expected, especially for the first time you call the
.boundsattribute since it will raise the warning.However, I don't think this warning is necessary since compilation usually only adds a couple sections and the function is cached after.