/home/debtor/CLOCs/second/core/geometry.py:146: NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "points_in_convex_polygon_jit" failed type inference due to: No implementation of function Function() found for signature:
Of which 20 did not match due to:
Overload of function 'getitem': File: : Line N/A.
With argument(s): '(array(float32, 3d, C), Tuple(slice, list(int64), slice))':
No match.
Of which 2 did not match due to:
Overload in function 'GetItemBuffer.generic': File: numba/core/typing/arraydecl.py: Line 162.
With argument(s): '(array(float32, 3d, C), Tuple(slice, list(int64), slice))':
Rejected as the implementation raised a specific error:
TypeError: unsupported array index type list(int64) in Tuple(slice, list(int64), slice)
raised from /home/debtor/anaconda3/envs/CLOCs/lib/python3.6/site-packages/numba/core/typing/arraydecl.py:69
During: typing of intrinsic-call at /home/debtor/CLOCs/second/core/geometry.py (162)
File "core/geometry.py", line 162:
def points_in_convex_polygon_jit(points, polygon, clockwise=True):
/home/debtor/CLOCs/second/core/geometry.py:146: NumbaWarning: Compilation is falling back to object mode WITH looplifting enabled because Function "points_in_convex_polygon_jit" failed type inference due to: No implementation of function Function() found for signature:
There are 22 candidate implementations:
During: typing of intrinsic-call at /home/debtor/CLOCs/second/core/geometry.py (162)
File "core/geometry.py", line 162: def points_in_convex_polygon_jit(points, polygon, clockwise=True):