Published October 8, 2018
| Version 3.2.2
Software
Open
scikit-hep/uproot: 3.2.2
Authors/Creators
- 1. DIANA-HEP
- 2. University of Cincinnati
- 3. Texas A&M University
- 4. RWTH Aachen
Description
Adds a timeout parameter to XRootDSource, which can be used as following:
import uproot
f = uproot.open("root://wherever//whatever.root", xrootdsource={"timeout": 1})
Also, *Source.defaults have been turned into dicts, rather than functions, and dict-based parameters like xrootdsource in the above example override defaults, rather than replacing them completely. That way, you don't need to specify the chunkbytes and limitbytes if you don't want to.
Files
scikit-hep/uproot-3.2.2.zip
Files
(54.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6e90a2c788dcd3caac88464cfc1b2429
|
54.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/uproot/tree/3.2.2 (URL)