iGN5117 commented on code in PR #973:
URL: https://github.com/apache/sedona/pull/973#discussion_r1296017699
##########
common/src/test/java/org/apache/sedona/common/raster/GeometryFunctionsTest.java:
##########
@@ -76,6 +77,49 @@ public void testConvexHullFromRasterFile() throws
FactoryException, TransformExc
assertEquals(expectedCoordOne.getY(), coordinates[4].getY(), 0.5d);
}
+ @Test
+ public void testMinConvexHull() throws FactoryException,
TransformException {
Review Comment:
Yes, all tests are done both on sedona and PostGIS
--
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]