dask-contrib / dask-histogram

Histograms with task scheduling.
https://dask-histogram.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 4 forks source link

fix/feat: Mockable reduction layer #80

Closed lgray closed 1 year ago

lgray commented 1 year ago

This lets us plug into dask_awkward's mock idiom so that determining input columns only needs to render the LLG for exactly the first partition.

lgray commented 1 year ago

should be good now!