Skip to content

Commit

Permalink
Fix failed compilation in GeometryFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Apr 28, 2024
1 parent ba37900 commit 2dce36c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ trait TestBaseScala extends FunSpec with BeforeAndAfterAll {
val rasterDataLocation: String = resourceFolder + "raster/raster_with_no_data/test5.tiff"
val buildingDataLocation: String = resourceFolder + "813_buildings_test.csv"
val smallRasterDataLocation: String = resourceFolder + "raster/test1.tiff"
private val factory = new GeometryFactory()
var hdfsURI: String = _

override def beforeAll(): Unit = {
Expand Down

0 comments on commit 2dce36c

Please sign in to comment.