Skip to content

Commit 8ba52e8

Browse files
committed
Remove numpy import from RooDataSet unit test.
The test claims to have no python dependencies, but it was importing numpy for no reason.
1 parent bf636bb commit 8ba52e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bindings/pyroot/pythonizations/test/roofit/roodataset.py

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
import ROOT
44

5-
import numpy as np
6-
7-
85
class TestRooDataSet(unittest.TestCase):
96
def test_createHistogram_decls(self):
107
"""RooDataSet::createHistogram overloads obtained with using decls."""

0 commit comments

Comments
 (0)