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
I've recently experienced an issue with uproot.open('someNANOAOD12.root:Events').arrays(lib='ak'). The file I am experimenting with only has 680 entries and a size of 4.053MB. I am timing only the operation of getting the arrays for the tree object, and it takes 20.8 seconds.
I never had such issues before with much larger files with some older version of uproot (I think it was still 5 but a particular release). I am now using version 5.4.1. I am not sure if it's an issue with uproot or awkward. I am leaning toward it being an uproot error since I've had my awkward version fixed in virtual env.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
680 entries does not immediately sound like it would be affected by this, but maybe you can check if #1320 fixes your issue. You can also check if using uproot.open(..., handler=uproot.MemmapSource) (for versions before that #1320) improves your performance.
Hi all,
I've recently experienced an issue with
uproot.open('someNANOAOD12.root:Events').arrays(lib='ak')
. The file I am experimenting with only has 680 entries and a size of 4.053MB. I am timing only the operation of getting the arrays for the tree object, and it takes 20.8 seconds.I never had such issues before with much larger files with some older version of uproot (I think it was still 5 but a particular release). I am now using version 5.4.1. I am not sure if it's an issue with uproot or awkward. I am leaning toward it being an uproot error since I've had my awkward version fixed in virtual env.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: