Skip to content

Commit

Permalink
Revert "TESTS: Make TestHaarWaveletsLargerKernel more robust"
Browse files Browse the repository at this point in the history
This reverts commit 13dd4f8.
  • Loading branch information
andre-schulz committed Aug 23, 2024
1 parent c76a553 commit b39a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sfm/gtest_surf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ TEST_F(SurfTest, TestHaarWaveletsLargerKernel)
this->set_image(create_incrementing_image(6));
this->filter_dx_dy(3, 3, 2, &dx, &dy);
EXPECT_EQ(1.0f, dx);
EXPECT_FLOAT_EQ(6.0f, dy);
EXPECT_EQ(6.0f, dy);
}

TEST_F(SurfTest, TestHaarWaveletsHugeKernel)
Expand Down

0 comments on commit b39a79d

Please sign in to comment.