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 de47783 commit a0aa63aCopy full SHA for a0aa63a
tests/test_hist_plot.py
@@ -5,6 +5,8 @@
5
6
from coffea.util import numpy as np
7
8
+pytest.importorskip("cupy")
9
+
10
url = (
11
"https://github.com/scikit-hep/uproot3/blob/master/tests/samples/HZZ.root?raw=true"
12
)
0 commit comments