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
After conversation with @lgray I believe this could (ideally should?) already be caught earlier to avoid a runtime error. The ultimate exception that is raised currently is:
ValueError: cannot convert to RegularArray because subarray lengths are not regular (in compiled code: https://github.com/scikit-hep/awkward/blob/awkward-cpp-44/awkward-cpp/src/cpu-kernels/awkward_ListOffsetArray_toRegularArray.cpp#L22)
The following example fails at
dask.compute
time due to the array being used to fill the histogram not being flattened:After conversation with @lgray I believe this could (ideally should?) already be caught earlier to avoid a runtime error. The ultimate exception that is raised currently is:
environment:
The text was updated successfully, but these errors were encountered: