You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to safeguard ourselves against such behaviour the easiest way is to switch to file-based reading: one file at a time. For vectorized processing, this means switching to uproot.open + for each tree: lazyarrays(entrysteps=batch_size)
The text was updated successfully, but these errors were encountered:
One big issue with reading multiple trees is that they all have to be read independently, e.g.
or
In order to safeguard ourselves against such behaviour the easiest way is to switch to file-based reading: one file at a time. For vectorized processing, this means switching to
uproot.open
+ for each tree:lazyarrays(entrysteps=batch_size)
The text was updated successfully, but these errors were encountered: