atasattari

Results 2 issues of atasattari

Hi, I followed the uproot documentation to update a root file by adding more trees, but I'm getting "compression" error. Here is my script: `with uproot.update("Test_files/"+"%s.root"%'test') as f: #making 2...

Hi, I followed the tutorial to define a custom log-likelihood to give that to `bat_sample()`. My likelihood seems to work fine, however, `bat_sample()` doesn't work for me. After some time...