-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed
Description
The following attempts to read a single basket over xrootd and breaks for me:
import uproot
fname = "root://eospublic.cern.ch:1094//eos/opendata/atlas/rucio/mc20_13TeV/DAOD_PHYSLITE.37620644._000012.pool.root.1"
f = uproot.open({fname: "CollectionTree"})
f["AnalysisJetsAuxDyn.pt"].basket(0)I am using these versions of software:
fsspec 2026.2.0
fsspec-xrootd 0.5.2
uproot 5.7.1
xrootd 5.9.1
Doing the same with a local file (after xrdcp) works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed