Permalink
Please sign in to comment.
Browse files
Fix formant measurement error
Drop nan measurements from list f1_list = [f1 for f1 in f1_list if str(f1) != 'nan'] f2_list = [f2 for f2 in f2_list if str(f2) != 'nan'] f3_list = [f3 for f3 in f3_list if str(f3) != 'nan'] f4_list = [f4 for f4 in f4_list if str(f4) != 'nan']
- Loading branch information...
0 comments on commit
0c75983