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 1b0daa5 commit f888b0aCopy full SHA for f888b0a
tests/test_boost.py
@@ -573,7 +573,7 @@ def test_155_boost_factory():
573
import boost_histogram as bh
574
575
dak = pytest.importorskip("dask_awkward")
576
- import numpy as np
+
577
578
import dask_histogram as dh
579
@@ -588,10 +588,10 @@ def test_155_boost_factory():
588
589
def test_155_2():
590
591
- import dask_awkward as dak
592
-
593
594
+ dak = pytest.importorskip("dask_awkward")
595
arr = dak.from_lists([list(range(10))] * 3)
596
axis = bh.axis.Regular(10, 0.0, 10.0)
597
hist = dh.factory(
0 commit comments