Is form_mapping
required for uproot.dask
?
#1047
Unanswered
tomeichlersmith
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No, form remapping is not required. It might be that we have a bug in the trivial case — I'll take a look. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to use
uproot.dask
out-of-the-box (so to speak), I see an error at.compute()
time. This error seems to allude to the form mapping and so I am curious if that part ofuproot.dask
is required (or at least required for this type of input file).I am using uproot 5.2.0rc1 and awkward 2.5.0.
A non-dask read looks normal to me
And I get a different error if I try to use dask without awkward.
Beta Was this translation helpful? Give feedback.
All reactions