mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
[test] increase tolerance for failing test on some platforms
This commit is contained in:
parent
0d5cf50d97
commit
315d73c1e4
@ -103,7 +103,6 @@ void test_many_points_per_circle()
|
|||||||
|
|
||||||
using bg::strategy::buffer::point_circle;
|
using bg::strategy::buffer::point_circle;
|
||||||
|
|
||||||
double const tolerance = 1.0;
|
|
||||||
#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS)
|
#if defined(BOOST_GEOMETRY_NO_ROBUSTNESS)
|
||||||
double const tolerance_multiplier = 1000.0;
|
double const tolerance_multiplier = 1000.0;
|
||||||
#else
|
#else
|
||||||
@ -118,7 +117,7 @@ void test_many_points_per_circle()
|
|||||||
"mysql_report_2015_02_25_1_8000",
|
"mysql_report_2015_02_25_1_8000",
|
||||||
mysql_report_2015_02_25_1, join, end_flat,
|
mysql_report_2015_02_25_1, join, end_flat,
|
||||||
distance_strategy(6051788), side_strategy, point_circle(8000),
|
distance_strategy(6051788), side_strategy, point_circle(8000),
|
||||||
115058661065242.812, tolerance);
|
115058661065242.812, 10.0 * tolerance_multiplier);
|
||||||
|
|
||||||
// Expectations:
|
// Expectations:
|
||||||
// 115058672785641.031
|
// 115058672785641.031
|
||||||
|
Loading…
x
Reference in New Issue
Block a user