petern48 commented on PR #2421: URL: https://github.com/apache/sedona/pull/2421#issuecomment-3507583574
I ran a grep and saw a few more places we can clean this up. Could you also remove these `assert_series_equal` imports in the following files: `test_match_geopandas_series.py` and `test_geodataframe.py`. They're also not used. https://github.com/apache/sedona/blob/0b061e3b153885530943b1e943d7863e8923cc03/python/tests/geopandas/test_match_geopandas_series.py#L25 https://github.com/apache/sedona/blob/0b061e3b153885530943b1e943d7863e8923cc03/python/tests/geopandas/test_geodataframe.py#L40 Once these are removed, the tests pass, and `pre-commit` passes, this PR should be ready to be merged. -- 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]
