SilverLabUCL / PySilverLabNWB

Python tools for working with Silver Lab data in the NWB2 format
MIT License
1 stars 0 forks source link

TDMS reading fails with newest npTDMS #46

Open alessandrofelder opened 4 years ago

alessandrofelder commented 4 years ago

Versions of nptdms>=0.27.0 apparently fixed a memory leak issue with this commit.

However, this breaks the reading of TDMS files from nwb_file.py with a runtime error. It is unclear to us at the moment whether this is because we were exploiting a bug or the change in nptdms is too restrictive.