Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilodea committed Jul 2, 2024
1 parent 3bf042e commit 5277c98
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_add_histograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ def test_simple(tmp_path):
).all


def test_glob(tmp_path):
hepconvert.add_histograms(
os.path.join(tmp_path, "dest.root"),
"tests/samples/hists", progress_bar=True
)

test_glob("tests/samples/")

def mult_1D(tmp_path, file_paths):
gauss_1 = ROOT.TH1I("name1", "title", 5, -4, 4)
gauss_1.FillRandom("gaus")
Expand Down

0 comments on commit 5277c98

Please sign in to comment.