Skip to content

Commit

Permalink
Update test_root2hdf5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-geof authored Jan 21, 2024
1 parent 42a36ff commit 0e03543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_root2hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
class TestRoot2HDF5Converter(unittest.TestCase):
def test_conversion(self):
# Define paths
input_root_file = "test.root"
output_hdf5_file = "test_output.h5"
input_root_file = "tests/test.root"
output_hdf5_file = "tests/test_output.h5"
tree_name = "Tree"

# Run the conversion
Expand Down

0 comments on commit 0e03543

Please sign in to comment.