XENON1T / pax

The XENON1T raw data processor [deprecated]
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

"ValueError: buffer too large for value" on first event of some zip files (v6.10.0) #718

Closed ershockley closed 5 years ago

ershockley commented 5 years ago

There is a bug causing errors in v6.10.0 processing. I brought this up to @feigaodm and @zhut19 previously, so they might have more details about what might be causing it. Gist with minimal working example found here: https://gist.github.com/ershockley/27fcc43246e8fa1261f9adb0696e8112. There are several runs that show this error now - ask me for more details on particular run/zip file.

pdeperio commented 5 years ago

As per this fix (thanks for the tip on Gitter @JelleAalbers), I just manually copied the

('coincidence_per_channel', n_channels),

line to pax/plugins/io/ROOTClass.py and re-installed in the (three) pax_v6.10.0* environments on Midway and CVMFS, so you should be able to try again soon.

feigaodm commented 5 years ago

fixed by #717