Jerry Ling

Results 651 comments of Jerry Ling

> 32bit version are you referring to the distinction in file header, `fVersion`? IIRC, it's something like "if it's smaller than something, TKey are 32 bit otherwise it's 64 bit"?...

ok it sounds pretty bad that we categorically cannot process "small" root file, I'm surprised we don't run into this more often. `uproot`'s output can be parsed by us is...

Yeah that's something I still have to figure out. Basically changing that moves too many stuff at the moment so I haven't figured out what bytes to update etc.

still works as of: ``` $ root --version ROOT Version: 6.33.01 Built for linuxx8664gcc on Sep 23 2024, 23:33:01 From heads/master@v6-31-01-3313-g2f5b71d8d9 ```

what's the motivation for this? sounds like this just makes an empty canvas with arbitrary x-range? I think it makes slightly more sense of `bins=...` is required, but even then...

>I prompted this - the use case is that I'm making a histogram interactively with a "clear data" button, and this change makes that not error out horribly. That makes...

I don't have access to a slurm now, but it would be useful to know if a previous version was okay

I guess I this case ask the HPC admin see if they know anything that might be the problem

tbh, I'm not sure why `h` is better than `g` edit, probably: - https://github.com/JuliaLang/julia/issues/48801

It would be useful to have an sample file. But in general, this happens when there's a private class evolution on C++ side and we haven't modeled that version in...