We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1be476 commit c72fecfCopy full SHA for c72fecf
tests/test_0692_fsspec_reading.py
@@ -208,3 +208,10 @@ def test_fsspec_zip(tmp_path):
208
) as branch:
209
data = branch.array(library="np")
210
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