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
Entering a nonexistent branch name / pattern in the filter_name argument causes the function to open and load the file data many times with a step_size automatically set to 1.
The number of steps to load the file is equal to the number of rows in the file. This leads to a very long execution time for large files.
This situation can happen frequently when a typo is inserted.
Definition
Entering a nonexistent branch name / pattern in the filter_name argument causes the function to open and load the file data many times with a step_size automatically set to 1.
The number of steps to load the file is equal to the number of rows in the file. This leads to a very long execution time for large files.
This situation can happen frequently when a typo is inserted.
Code example
uproot.iterate-bug.ipynb
Versions
Uproot 5.5.1
Python 3.11.9
The text was updated successfully, but these errors were encountered: