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
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
/usr/lib/python3.8/site-packages/awkward/numba/__init__.py in <module>
5 import numpy
6
----> 7 from awkward.numba.array.base import NumbaMethods
8 from awkward.numba.array.chunked import ChunkedArrayNumba as ChunkedArray
9 from awkward.numba.array.chunked import AppendableArrayNumba as AppendableArray
/usr/lib/python3.8/site-packages/awkward/numba/array/base.py in <module>
161 @numba.extending.lower_builtin("iternext", AwkwardArrayIteratorType)
162 @numba.targets.imputils.iternext_impl
--> 163 def _AwkwardArray_lower_iternext(context, builder, sig, args, result):
164 iteratortype, = sig.args
165 iteratorval, = args
/usr/lib/python3.8/site-packages/numba/targets/imputils.py in iternext_impl(ref_type)
325 """
326 if ref_type not in [x for x in RefType]:
--> 327 raise ValueError("ref_type must be an enum member of imputils.RefType")
328
329 def outer(func):
ValueError: ref_type must be an enum member of imputils.RefType