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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Hi @guoqing-noaa
This is expected, especially for the first time you call the
.bounds
attribute 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.