Skip to content

Commit

Permalink
Fixes #42.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Jul 5, 2020
1 parent 9f6d050 commit b0dbc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uproot4/interpretation/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def final_array(
output[global_i - entry_start] = basket_array[local_i]

elif entry_start < stop and start <= entry_stop:
basket_array = basket_arrays[basket_num]
for global_i in range(start, stop):
local_i = global_i - start
output[global_i - entry_start] = basket_array[local_i]
Expand Down

0 comments on commit b0dbc19

Please sign in to comment.