Skip to content

Commit

Permalink
with prev
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Dec 23, 2024
1 parent abee39b commit dd41a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-compareRas.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("test .compareRas, .compareCRS -- rasters only", {
targetFile <- basename(url)

ras <- prepInputs(url = url, destinationPath = tempdir(), targetFile = targetFile)
ras2 <- project(ras, "EPSG:2169")
ras2 <- terra::project(ras, "EPSG:2169")
expect_true(.compareRas(ras, ras))
expect_true(.compareRas(ras, ras, ras))
expect_error(.compareRas(ras, ras, ras2))
Expand Down

0 comments on commit dd41a54

Please sign in to comment.