scikit-hep / awkward-0.x

Manipulate arrays of complex data structures as easily as Numpy.
BSD 3-Clause "New" or "Revised" License
215 stars 39 forks source link

Fix issue #172 #174

Closed jpivarski closed 5 years ago

jpivarski commented 5 years ago

Fixes JaggedArray.getitem for integer indexes that have a too-small integer type; this MIGHT be the problem in #172.

beojan commented 5 years ago

This fixes it. Thanks.

jpivarski commented 5 years ago

Great! Thanks for sending me the data—I'll deploy this as a new version soon.