CoffeaTeam / coffea

Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis.
https://coffeateam.github.io/coffea/
BSD 3-Clause "New" or "Revised" License
133 stars 127 forks source link

Deal better with extra empty dims coming out of JECs. #418

Closed lgray closed 3 years ago

lgray commented 3 years ago

Some JEC file parsers return extra empty dims for unknown reasons. These currently require a .squeeze() it would be better to avoid the empty dims entirely.

lgray commented 3 years ago

Fixed in #484