dask-contrib / dask-histogram

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

fix: update to use low level zero_length_array #82

Closed lgray closed 1 year ago

lgray commented 1 year ago

Address deprecation warning in awkward 2.2.0

lgray commented 1 year ago

The failure in these tests appears to be a strange interaction between dask_awkward optimization and dask_array blockwise functions. @martindurant

It happens without this patch and is solved if I downgrade to dask_awkward<2023.5.

martindurant commented 1 year ago

Should pass after merge from main?

lgray commented 1 year ago

How? CI needs a new release to pull the package with the improvement.

martindurant commented 1 year ago

Ah sorry, wrong repo :|