mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 21:44:04 +00:00
[test][algorithms][expand] increase precision tolerance for a test case
(to account for failing unit tests for some platforms)
This commit is contained in:
parent
42a5a091f7
commit
362aec8aa1
@ -616,7 +616,8 @@ BOOST_AUTO_TEST_CASE( expand_segment )
|
||||
tester::apply("s03",
|
||||
from_wkt<B>("BOX(5 5,50 10)"),
|
||||
from_wkt<G>("SEGMENT(40 10,10 10)"),
|
||||
5, 5, 50, 10.34527004614999);
|
||||
5, 5, 50, 10.34527004614999,
|
||||
4.0 * std::numeric_limits<double>::epsilon());
|
||||
|
||||
// segment ending at the north pole
|
||||
tester::apply("s04",
|
||||
|
Loading…
x
Reference in New Issue
Block a user