jiayuasu commented on code in PR #2726:
URL: https://github.com/apache/sedona/pull/2726#discussion_r2921207554


##########
python/tests/geopandas/test_geoseries.py:
##########
@@ -2220,6 +2330,15 @@ def test_distance(self):
         df_result = s.to_geoframe().distance(s2, align=False)
         self.check_pd_series_equal(df_result, expected)
 
+    def test_frechet_distance(self):
+        pass
+
+    def test_hausdorff_distance(self):
+        pass
+
+    def test_geom_equals(self):
+        pass
+

Review Comment:
   Removed the stub in 546297d.



##########
python/tests/geopandas/test_geoseries.py:
##########
@@ -2220,6 +2330,15 @@ def test_distance(self):
         df_result = s.to_geoframe().distance(s2, align=False)
         self.check_pd_series_equal(df_result, expected)
 
+    def test_frechet_distance(self):
+        pass
+
+    def test_hausdorff_distance(self):
+        pass
+
+    def test_geom_equals(self):
+        pass

Review Comment:
   Removed the stubs in 546297d.



##########
python/tests/geopandas/test_match_geopandas_series.py:
##########
@@ -1214,6 +1254,15 @@ def test_distance(self):
                 )
                 self.check_pd_series_equal(sgpd_result, gpd_result)
 
+    def test_frechet_distance(self):
+        pass
+
+    def test_hausdorff_distance(self):
+        pass

Review Comment:
   Removed the stubs in 546297d.



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