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
Is your feature request related to a problem? Please describe.
I was testing running over a local file with a LocalCluster and messed up the file path. dataset_tools.preprocess then crashes and reports
IndexError: cannot slice EmptyArray (of length 0) with ['file', 'object_path', 'steps', 'uuid']: not an array of records
This error occurred while attempting to slice
<Array [None] type='1 * ?unknown'>
with
['file', 'object_path', 'steps', 'uuid']
Describe the solution you'd like
I think it would be helpful to catch this issue explicitly to have a more informative error message like "no file found at this path".
Describe alternatives you've considered
No change, so leave it to user to discover underlying problem.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I was testing running over a local file with a
LocalCluster
and messed up the file path.dataset_tools.preprocess
then crashes and reportsDescribe the solution you'd like
I think it would be helpful to catch this issue explicitly to have a more informative error message like "no file found at this path".
Describe alternatives you've considered
No change, so leave it to user to discover underlying problem.
Additional context
n/a
The text was updated successfully, but these errors were encountered: