Skip to content

Commit

Permalink
CI go
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Aug 20, 2022
1 parent b938457 commit 1d8b67d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/uproot/models/RNTuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,6 @@ def arrays(

clusters = self.cluster_summaries
cluster_starts = numpy.array([c.num_first_entry for c in clusters])
cluster_stops = (
cluster_starts + numpy.array([c.num_entries for c in clusters]) - 1
)

start_cluster_idx = (
numpy.searchsorted(cluster_starts, entry_start, side="right") - 1
Expand Down

0 comments on commit 1d8b67d

Please sign in to comment.