Skip to content

Commit

Permalink
amend test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo committed Mar 25, 2024
1 parent 3dd3566 commit 2b84fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rasterize_lidar_cover_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ test_that("rasterize_lidar_cover_class works", {
pza.cover <- rasterize_lidar_cover_class(pza, res = 1)

expect_equal(as.numeric(head(terra::values(pza.cover), n = 40)),
c(6, 6, 6, 6, 6, 6, NA, NA, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
c(6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 2, 2, 2, 2, NA, NA, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6)
)
})

0 comments on commit 2b84fdc

Please sign in to comment.