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 38b0625 commit 0668e63Copy full SHA for 0668e63
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