Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Jan 3, 2025
1 parent 551c28a commit 550572e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/testing/TestSDKImage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ int TestSDKImage(int argc, char* argv[])

f3d::image empty(0, 0, 0);
test("compare empty images", empty.compare(empty) == 0.);
test("compare with negative threshold", empty.compare(empty) == 1.);
test("compare with threshold == 1", empty.compare(empty) == 1.);

return test.result();
}

0 comments on commit 550572e

Please sign in to comment.