petern48 commented on code in PR #2145:
URL: https://github.com/apache/sedona/pull/2145#discussion_r2226379655
##########
python/tests/geopandas/test_match_geopandas_series.py:
##########
@@ -346,17 +351,18 @@ def test_explode(self):
pass
def test_to_crs(self):
- for _, geom in self.geoms:
+ for geom in self.geoms[:3]:
sgpd_result = GeoSeries(geom, crs=4326)
gpd_result = gpd.GeoSeries(geom, crs=4326)
self.check_sgpd_equals_gpd(sgpd_result, gpd_result)
Review Comment:
Originally, it was just an arbitrary number to split it down the line, but
then I realized I refactored the test incorrectly, so I've now fixed it.
--
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]