lwa-project / lsl

LWA Software Library
GNU General Public License v2.0
8 stars 4 forks source link

`lsl.reader.ldp.TBFFile` errors out when given non-contiguous frequencies #48

Closed jaycedowell closed 1 year ago

jaycedowell commented 1 year ago

As the title says, TBFFile makes the assumption that the frequencies in a TBF file are contiguous. When that isn't the case you end up with a ValueError when read() is called.

jaycedowell commented 1 year ago

This should be fixed now.