scikit-hep / fastjet

Jet-finding in the Scikit-HEP ecosystem.
https://fastjet.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 14 forks source link

fix: try using flattened array instead of ak.Array(<components>) #265

Closed lgray closed 10 months ago

lgray commented 10 months ago

This appears to be dropping with_name information in some cases that causes code using ak.mask to fail.

@btovar

lgray commented 10 months ago

I don't think this is a bug in fastjet.

lgray commented 10 months ago

bug in user code or coffea.