Skip to content

Commit

Permalink
remove unused EXPECT_EQ
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Sep 10, 2023
1 parent 990f683 commit 6599098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ TEST(Model, ncnn_fp16_v5) {
output_ptr = output.data_ptr<float>();
EXPECT_LT(output_ptr[0], -7.3);
EXPECT_GT(output_ptr[0], -7.5);
EXPECT_FLOAT_EQ(output_ptr[0], -7.4375);
EXPECT_LT(output_ptr[9], -14.8);
EXPECT_GT(output_ptr[9], -15.0);
}
Expand Down

0 comments on commit 6599098

Please sign in to comment.