Skip to content

Commit

Permalink
Swaps rntuple file for new one form RNTuple in test 0662, the footer …
Browse files Browse the repository at this point in the history
…reading part should not complain anymore.
  • Loading branch information
ioanaif committed Sep 20, 2023
1 parent 4e9aa3e commit ffc249a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_0662-rntuple-stl-containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@


def test_rntuple_stl_containers():
filename = skhep_testdata.data_path("test_ntuple_stl_containers.root")
filename = "test_ntuple_stl_containers-2.root"
# filename = skhep_testdata.data_path("test_ntuple_stl_containers.root")
with uproot.open(filename) as f:
R = f["ntuple"]
assert R.keys() == [
Expand Down

0 comments on commit ffc249a

Please sign in to comment.