threeML / hawc_hal

HAWC Accelerated Likelihood - python-only framework for HAWC data analysis
BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

Fixing uproot #96

Closed torresramiro350 closed 3 months ago

torresramiro350 commented 5 months ago

Summary

Previously, I had added the ability of reading ROOT files with multiprocessing to reduce the loading time. uproot 5.2+ seems to have to be introduced changes that broke that functionality. However, I have fixed these issues in this branch and would like to incorporate the changes to the master branch.

Changes