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

Understand and add in dask-awkward compatibility #178

Closed lgray closed 1 year ago

lgray commented 1 year ago

Now that dask-awkward is starting to mature alongside awkward2, we should make sure fastjet functions with dask-awkward in a relatively seamless way.

This means, at least to me, that calling fastjet functions on dask-awkward inputs should yield the expected output in that case (a dask-awkward graph layer) rather than requiring that requiring the user to call map_partitions.

lgray commented 1 year ago

Closed by #189