Skip to content

Commit

Permalink
increase tolerance for cortex test
Browse files Browse the repository at this point in the history
  • Loading branch information
suleshahid committed Jul 20, 2023
1 parent 55037d2 commit 426adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signal/micro/kernels/fft_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ TF_LITE_MICRO_TEST(IrfftTestLength512Float) {
input_shape, tflite::kIrfftFloatLength512Input,
output_shape, tflite::kIrfftFloatLength512Golden,
*registration, g_gen_data_fft_length_512_float,
g_gen_data_size_fft_length_512_float, output, 1e-7));
g_gen_data_size_fft_length_512_float, output, 1e-6));
}

TF_LITE_MICRO_TEST(IrfftTestLength512Int16) {
Expand Down

0 comments on commit 426adba

Please sign in to comment.