We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caught by GDAL autotest suite: https://github.com/OSGeo/gdal/actions/runs/13681199663/job/38265852044?pr=11924
41: @pytest.mark.require_geos(3, 12) 41: def test_ogr_geos_pointzm_empty(): 41: 41: g1 = ogr.CreateGeometryFromWkt("POINT ZM EMPTY") 41: 41: g2 = g1.Union(g1) 41: 41: # GEOS 3.12 returns MULTIPOINT ZM EMPTY, but also accept POINT ZM EMPTY 41: # to be future proof... 41: > assert g2.ExportToIsoWkt() in ("MULTIPOINT ZM EMPTY", "POINT ZM EMPTY") 41: E AssertionError: assert 'POINT EMPTY' in ('MULTIPOINT ZM EMPTY', 'POINT ZM EMPTY')
This passed with 3.13.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Caught by GDAL autotest suite: https://github.com/OSGeo/gdal/actions/runs/13681199663/job/38265852044?pr=11924
This passed with 3.13.0
The text was updated successfully, but these errors were encountered: