jiayuasu commented on code in PR #1022:
URL: https://github.com/apache/sedona/pull/1022#discussion_r1328003323
##########
common/src/test/java/org/apache/sedona/common/raster/FunctionEditorsTest.java:
##########
@@ -43,6 +50,39 @@ public void testSetValuesWithEmptyRaster() throws
FactoryException {
assertArrayEquals(actual, expected, 0.0);
}
+ @Test
+ public void testSetValuesGeomVariant() throws FactoryException,
ParseException, TransformException {
+ GridCoverage2D emptyRaster = RasterConstructors.makeEmptyRaster(1, 5,
5, 1, -1, 1, -1, 0, 0, 0);
Review Comment:
Test rasters should always have a different width than height.
--
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]