Skip to content

Commit eec1594

Browse files
iche033mergify[bot]
authored andcommitted
Increase tol for heightmap test (#1179)
Signed-off-by: Ian Chen <[email protected]> (cherry picked from commit 7900fc1)
1 parent 3add2fd commit eec1594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/heightmap.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ TEST_F(HeightmapTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(Heightmap))
349349
abs(depthg - normalData[normalIdx + 1]) > largeError ||
350350
abs(depthb - normalData[normalIdx + 2]) > largeError)
351351
{
352-
const uint8_t error = 9u;
352+
const uint8_t error = 10u;
353353
EXPECT_NEAR(depthr, normalData[normalIdx + 0], error);
354354
EXPECT_NEAR(depthg, normalData[normalIdx + 1], error);
355355
EXPECT_NEAR(depthb, normalData[normalIdx + 2], error);

0 commit comments

Comments
 (0)