Another try for fixing tests on RPI

This commit is contained in:
tamasmeszaros 2023-08-30 09:35:57 +02:00
parent 3fe051b0ad
commit 8e875242ae

View File

@ -930,7 +930,7 @@ TEST_CASE("Optimal nfp position search with GravityKernel using RectangleItem an
Slic3r::Vec2crd D = bed.center - item.shape.center();
REQUIRE(item.translation == D);
REQUIRE(score == Approx(0.));
REQUIRE(score == Approx(0.).epsilon(EPSILON));
}
}
}