We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62adc8f commit eef0760Copy full SHA for eef0760
src/dask_histogram/core.py
@@ -622,7 +622,7 @@ def _partitioned_histogram(
622
623
# Single awkward array object.
624
if len(data) == 1 and data_is_dak:
625
- from dask_awkward.core import partitionwise_layer as dak_pwl
+ from dask_awkward.lib.core import partitionwise_layer as dak_pwl
626
627
x = data[0]
628
if weights is not None and sample is not None:
0 commit comments