Skip to content

Commit c72fecf

Browse files
committed
add skeleton for test
1 parent a1be476 commit c72fecf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_0692_fsspec_reading.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,10 @@ def test_fsspec_zip(tmp_path):
208208
) as branch:
209209
data = branch.array(library="np")
210210
assert len(data) == 40
211+
212+
213+
# https://github.com/scikit-hep/uproot5/issues/1035
214+
def test_issue_1035():
215+
with uproot.open(skhep_testdata.data_path("uproot-issue-1035.root")) as f:
216+
tree = f["CollectionTree"]
217+
print(tree.keys())

0 commit comments

Comments
 (0)