petern48 commented on PR #2483: URL: https://github.com/apache/sedona/pull/2483#issuecomment-3508806824
Looks like there are some annoying version incompatibilities in the failed CI: https://github.com/apache/sedona/actions/runs/19211671552/job/54919181725?pr=2483 ``` FAILED tests/geopandas/test_geoseries.py::TestGeoSeries::test_convex_hull - NotImplementedError: GeoSeries.convex_hull() is not implemented yet. ``` We can usually fix these with a skip like this (though the version could be different) https://github.com/apache/sedona/blob/0b061e3b153885530943b1e943d7863e8923cc03/python/tests/geopandas/test_match_geopandas_series.py#L932-L933 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
