Bockjoo Kim
Bockjoo Kim
There is a huge difference in head_64.S between Kernel 4.16.18 and Kernel 4.17-latest with the MacbookPro14,4 hardware. On MacbookPro14,4, Kernel 4.16.18 boots, but Kernel 4.17 up to the latest Kernel...
When I tried to open a file on dCache using 'https'+X509, uproot fails to open it. I am using: ``` Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun...
Passing SSLContext for the HTTPS+X509 to uproot.dask fails because the context is not serializable
I am using Coffea 2024.6.1 and uproot 5.3.10 ``` python -c "import uproot ; print(uproot.__version__)" 5.3.10 ``` To reproduce the issue, this script can be used: ``` import os import...
Hi, Without knowning that the variables in the histogram filling have to be arrays with the same length, I passed a number to the binning (x-axis)and a weight of an...