Skip to content

Commit

Permalink
Merge remote-tracking branch 'agoose77/agoose77/feat-support-shape-to…
Browse files Browse the repository at this point in the history
…uched' into agoose77/feat-support-shape-touched
  • Loading branch information
agoose77 committed Oct 5, 2023
2 parents 9c90205 + a6848a0 commit 379a508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coffea/nanoevents/mapping/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def __getitem__(self, key):
raise RuntimeError(f"Syntax error in form key {nodes}")
out = stack.pop()
import awkward

if isinstance(out, awkward.contents.Content):
out = awkward.to_numpy(out)
else:
Expand Down

0 comments on commit 379a508

Please sign in to comment.