Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception Handling for no formant tracks #37

Open
JoFrhwld opened this issue Apr 22, 2015 · 1 comment
Open

Exception Handling for no formant tracks #37

JoFrhwld opened this issue Apr 22, 2015 · 1 comment
Labels
enhancement Improve an existing feature good first issue Easy to do and suitable for new developers

Comments

@JoFrhwld
Copy link
Owner

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 chrisbrickhouse added enhancement Improve an existing feature good first issue Easy to do and suitable for new developers labels Sep 23, 2022
@chrisbrickhouse
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve an existing feature good first issue Easy to do and suitable for new developers
Projects
None yet
Development

No branches or pull requests

2 participants