Skip to content

Commit

Permalink
I think this will fix the test...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Jun 16, 2023
1 parent 73e2bc0 commit 0a22e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-get_elev_raster.R
Expand Up @@ -88,6 +88,7 @@ test_that("A bad location file errors",{

test_that("Parallel processing works",{
serial_elev <- get_elev_raster(sf_sm, z = 6, serial = FALSE)
aws <- get_elev_raster(locations = sf_sm, z = 6, src = "aws", serial = TRUE)

#class
expect_is(serial_elev,"SpatRaster")
Expand Down

0 comments on commit 0a22e13

Please sign in to comment.