Skip to content

Commit

Permalink
Revert "ignore_duplicates=True"
Browse files Browse the repository at this point in the history
This reverts commit 1431c10.
  • Loading branch information
veprbl committed Apr 13, 2024
1 parent aa0799c commit 8f7c52a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/ecal_gaps/ecal_gaps.org
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ 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 8f7c52a

Please sign in to comment.