@@ -175,25 +175,26 @@ def test_singularities_to_polygon():
175175
176176 assert (
177177 ld .singularities_to_polygon (square_45_sings [0 ] + square_45_sings [1 ]).wkt
178- == "POLYGON ((0 0, 0 0, 5 10, 5 10, 10 0, 10 0, 0 0))"
178+ == "POLYGON ((0 0, 0 0, 5 10, 5 10, 10 0, 0 0))"
179+ # == "POLYGON ((0 0, 5 10, 5 10, 10 0, 10 0, 0 0))"
179180 )
180181 assert (
181182 ld .singularities_to_polygon (
182183 square_pac_man_sings [0 ] + square_pac_man_sings [1 ]
183184 ).wkt
184- == "POLYGON ((0 0, 0 10, 5 10, 5 10, 10 0, 10 0, 10 0, 0 0))"
185+ == "POLYGON ((0 0, 0 10, 5 10, 5 10, 10 0, 10 0, 0 0))"
185186 )
186187 assert (
187188 ld .singularities_to_polygon (
188189 square_bow_tie_sings [0 ] + square_bow_tie_sings [1 ]
189190 ).wkt
190- == "POLYGON ((0 0, 0 0, 4 10, 4 10, 6 10, 6 10, 10 0, 10 0, 10 0, 0 0))"
191+ == "POLYGON ((0 0, 0 0, 4 10, 4 10, 6 10, 6 10, 10 0, 10 0, 0 0))"
191192 )
192193 assert (
193194 ld .singularities_to_polygon (
194195 square_with_L_hole_sings [0 ] + square_with_L_hole_sings [1 ]
195196 ).wkt
196- == "POLYGON ((0 0, 0 10, 2 10, 2 4, 4 4, 4 8, 8 8, 8 8, 8 10, 10 10, 10 0, 0 0))"
197+ == "POLYGON ((0 0, 0 10, 2 10, 2 4, 4 4, 4 8, 8 8, 8 10, 10 10, 10 0, 0 0))"
197198 )
198199
199200
0 commit comments