Tamas Gal

Results 151 comments of Tamas Gal

Thanks for the detailed answer, as always ˋ:)ˋ Ah my bad, I forgot to start the Webserver on my machine, the file is now available if you want to play...

I just bumped into this issue. My Garmin GPSMap 64s (and probably a couple of other GPSMaps) seems to only support 12 maps for the map selection on the device....

Sorry I don't have any hint. I gave up after a while and did not use sysimages on my M1. Actually with Julia 1.8 and 1.9-rc* I am very happy...

I just checked, I don't see any difference ```python >>> import uproot >>> f = uproot.open("not_properly_closed_file.root") >>> uproot.__version__ '5.3.2.dev3+gaccc1ca' >>> f.keys() [] >>> f.classnames() {} >>> f._fSeekKeys 0 >>> f._keys...

I wanted to much more in here 😆

This can be a bit tricky. We don't have much (read: any) automatisation yet for custom stuff. There are different ways of doing it, maybe you check out how I...

For the `std::vector`, you need to skip the magical 10 bytes at the beginning and then use the `UnROOT.readtype(io, Cshort)` function. It's similar to `read()` but changes the byte order...

Ahm, do you have an example file? That should work "out-of-the-box" 🙈

It's reading ``` fClassName: String "ODPMTDS" fParentName: String "ODPMTDS" ``` and you can check the streamer for that class with `UnROOT.streamerfor(f, "ODPMTDS")` (see below the output). The problem is that...

Automatic parsing of custom stuff is definitely on the big todo list, but I am totally overloaded 😞 still hoping that a few more contributors jump in soon 🙂