zhangfengcdt commented on code in PR #1990:
URL: https://github.com/apache/sedona/pull/1990#discussion_r2159114512


##########
python/tests/geopandas/test_geoseries.py:
##########
@@ -112,3 +114,13 @@ def test_buffer_then_geoparquet(self):
 def check_geoseries(s):
     assert isinstance(s, GeoSeries)
     assert isinstance(s.geometry, GeoSeries)
+
+
+def check_geoseries_equal(s1, s2):

Review Comment:
   Can we combine check_geoseries and check_geoseries_equal into one to check 
both type and value equal?



-- 
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]

Reply via email to