Skip to content

Commit

Permalink
refactor: remove irrelevant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Oct 30, 2023
1 parent 6ee3e79 commit a89252d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ class rasteralgebraTest extends TestBaseScala with BeforeAndAfter with GivenWhen
val actual = df.selectExpr("RS_GeoTransform(raster)").first().getSeq(0)
val expected = mutable.ArraySeq(2.23606797749979, 2.23606797749979, -1.1071487177940904, -2.214297435588181, 0.0, 0.0)
assertTrue(expected.equals(actual))
val test = sparkSession.sql("SELECT RS_GeoTransform(RS_MakeEmptyRaster(2, 1, 2, 10, 15, 1, 2, 1, -1, 0))").first().get(0)
println(test)
}

it("Passed RS_SkewX") {
Expand Down

0 comments on commit a89252d

Please sign in to comment.