Open rkansal47 opened 1 week ago
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: