You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know why?
And when I doing this, it will have some warnings for numba, like this
File "core/geometry.py", line 148:
def points_in_convex_polygon_jit(points, polygon, clockwise=True):
warnings.warn(errors.NumbaWarning(warn_msg,
NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
Does anyone know why?
And when I doing this, it will have some warnings for numba, like this
File "core/geometry.py", line 148:
def points_in_convex_polygon_jit(points, polygon, clockwise=True):
warnings.warn(errors.NumbaWarning(warn_msg,
NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.
For more information visit https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit
The text was updated successfully, but these errors were encountered: