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
ROOT files have kReproducible flag, which is activated when ?reproducible is added to the file path (e.g. file.root?reproducible which enables ROOT to create reproducible files, meaning if the same data is written to another file, another file would be binary equal to the original file. This option is important in cases when versioning is managed by other means (e.g. git repository) rather then root file itself.
After some googling I did not find this option in the uproot.