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
Following up on our discussion @lgray, I saved the higgs.children.children[:10] awkward array to json [1] and loaded it with dask_awkward and the same flatten operation worked correctly:
a=dak.from_json(Path("./higgs_children.json"), line_delimited=False)[0]
ak.flatten(a, axis=3).compute() # works
Describe the bug
Error:
with coffea 2024.10.0 awkward 2.6.9.
To Reproduce
MRE:
This code runs fine with
delayed=False
.Full stack trace:
The text was updated successfully, but these errors were encountered: