From 1de3e32d5785707d1032e9dda878da3ba9a647cb Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Thu, 20 Nov 2025 17:03:07 -0700 Subject: [PATCH] remove test --- python/sedonadb/tests/functions/test_functions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/sedonadb/tests/functions/test_functions.py b/python/sedonadb/tests/functions/test_functions.py index aec4f153..296f9168 100644 --- a/python/sedonadb/tests/functions/test_functions.py +++ b/python/sedonadb/tests/functions/test_functions.py @@ -2231,10 +2231,6 @@ def test_st_makevalid(eng, geom, expected): "MULTIPOLYGON(((26 125, 26 200, 126 200, 126 125, 26 125 ),( 51 150, 101 150, 76 175, 51 150 )),(( 151 100, 151 200, 176 175, 151 100 )))", 25.0, ), - ( - "MULTIPOLYGON(((0.5 0.5,0 0,0 1,0.5 0.5)),((0.5 0.5,1 1,1 0,0.5 0.5)),((2.5 2.5,2 2,2 3,2.5 2.5)),((2.5 2.5,3 3,3 2,2.5 2.5)))", - 0.5, - ), ( "GEOMETRYCOLLECTION(POINT(1 1),MULTIPOLYGON(((0 2,1 1,0 0,0 2)),((2 0,1 1,2 2,2 0))))", 1.0,