issues
search
nu-radio
/
NuRadioReco
reconstruction framework for radio detectors of high-energy neutrinos
GNU General Public License v3.0
5
stars
3
forks
source link
Io fix
#234
Closed
christophwelling
closed
4 years ago
christophwelling
commented
4 years ago
Fixes 2 issues related to reading eventfiles:
Stops NuRadioRecoio from crashing because self.__buffer_size is not set if files are scanned
The latest tinydb update renamed the Table.purge function to Table.truncate.
https://tinydb.readthedocs.io/en/latest/changelog.html?highlight=purge#v4-0-0-2020-05-02
This also means, that we now require a newer tinydb version, which has been added to the pyproject and the documentation
Fixes 2 issues related to reading eventfiles: