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


##########
python/tests/sql/test_dataframe_api.py:
##########
@@ -81,6 +81,7 @@
     (stf.ST_ExteriorRing, ("geom",), "triangle_geom", "", "LINESTRING (0 0, 1 
0, 1 1, 0 0)"),
     (stf.ST_FlipCoordinates, ("point",), "point_geom", "", "POINT (1 0)"),
     (stf.ST_Force_2D, ("point",), "point_geom", "", "POINT (0 1)"),
+    (stf.ST_GeometricMedian, ("multipoint_geom",), "point_geom", "", 
"POINT(22.500002656424286 21.250001168173426)"),

Review Comment:
   I believe this line should be 
   
   ```
   ("multipoint",), "multipoint_geom"
   ```
   
   Then it will fix the failed Python test case



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