Open
Description
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
Versions
Uproot 5.5.1
Python 3.11.9