[geos-commits] [SCM] GEOS branch main updated. 6f4a7396481ab28dd240cc7b1511949f1892ac2a

git at osgeo.org git at osgeo.org
Mon May 5 10:40:20 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  6f4a7396481ab28dd240cc7b1511949f1892ac2a (commit)
      from  c11ff3c9917f2387bfbb34331db0021c2b59b3a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f4a7396481ab28dd240cc7b1511949f1892ac2a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon May 5 10:39:58 2025 -0700

    Increase test precision somewhat

diff --git a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
index b08561e32..e7e917509 100644
--- a/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
+++ b/tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp
@@ -310,7 +310,7 @@ template<>
 void object::test<18> ()
 {
     checkCircle("Polygon((0 0, 100 0, 99 98, 0 100, 0 0))",
-        0.1, 49.5117, 49.5117, 49.47799 );
+        0.01, 49.495001, 49.495001, 49.495001 );
 }
 
 //-mic-box|POINT(49.5117 49.5117)|POINT(50.5111 98.9796)|49.4779

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/algorithm/construct/MaximumInscribedCircleTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list