Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 14, 2024
1 parent 09a9392 commit ee2d4bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/simprod-histogram.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/unit/test_aggregate_dataset_histos.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_300__aggregate_histograms():
dataset_path.mkdir(parents=True)

# Save mock histogram to dataset
histo_file = dataset_path / "histo_0.pkl"
histo_file = dataset_path / "histos/0.pkl"
with open(histo_file, "wb") as f:
pickle.dump(sample_histograms, f)

Expand Down

0 comments on commit ee2d4bd

Please sign in to comment.