Fix FFT unit tests (#263)

This commit is contained in:
Mike Wang 2023-01-28 07:44:49 +08:00 committed by GitHub
parent 5d56c308be
commit 0998df9a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ static void test_sine()
if (i == k) {
continue;
}
if (plan->get_output(i) > -150.0f) {
if (plan->get_output(i) > -149.0f) {
silence = false;
break;
}