JoFrhwld / FAVE

A repository for maintaing the fave-align and fave-extract toolkits
GNU General Public License v3.0
115 stars 37 forks source link

Exception Handling for no formant tracks #37

Open JoFrhwld opened 9 years ago

JoFrhwld commented 9 years ago

In getTimeOfF1Maximum(), if there is no F1 track, we get a value error.

This should either be handled within getTimeOfF1Maximum(), and affect the behavior of faav(), which calls it, or faav() should check the F1 track first.

Reported on user's group.

chrisbrickhouse commented 2 years ago

There are two references (first, second)to this function, which can probably just be wrapped in try-except blocks. Good first issue