akolts commented on code in PR #831:
URL: https://github.com/apache/sedona/pull/831#discussion_r1197249285
##########
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",), "multipoint_geom", "",
"POINT(22.500002656424286 21.250001168173426)"),
Review Comment:
@jiayuasu Yeah, I figured. Should have installed python for testing. Thanks
for quick reviews and your help.
--
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]