Skip to content

Commit

Permalink
ignore_duplicates=True
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 12, 2024
1 parent 8285448 commit 1431c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/ecal_gaps/ecal_gaps.org
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def get_events(particle="e-", energy="20GeV", num_files=1):
| {f"sim_output/{DETECTOR_CONFIG}/{particle}/{energy}/130to177deg/{particle}_{energy}_130to177deg.{INDEX:04d}.eicrecon.tree.edm4eic.root": "events" for INDEX in range(num_files)}
,
filter_name=filter_name, open_files=False, steps_per_file=1,
ignore_duplicates=True, # workaround a regression from https://github.com/scikit-hep/uproot5/pull/1189
)

print(events.fields)
Expand Down

0 comments on commit 1431c10

Please sign in to comment.