Skip to content

Commit

Permalink
fix pre-commit ci
Browse files Browse the repository at this point in the history
Signed-off-by: samrat.thapa <[email protected]>
  • Loading branch information
SamratThapa120 committed May 21, 2024
1 parent f057aa2 commit 47fc998
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

#include <gtest/gtest.h>

using namespace image_projection_based_fusion;
using image_projection_based_fusion::calcIoU;
using image_projection_based_fusion::calcIoUX;
using image_projection_based_fusion::calcIoUY;

TEST(GeometryTest, CalcIoU)
{
Expand Down

0 comments on commit 47fc998

Please sign in to comment.