Closed jaycedowell closed 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.
TBFFile
ValueError
read()
This should be fixed now.
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 aValueError
whenread()
is called.