Skip to content

Commit

Permalink
fix documentation error is plot.vector_cube
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Mar 4, 2024
1 parent 79a3931 commit 14a48ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/plot.vector_cube.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/test-regularize.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ test_that("Regularizing cubes from AWS, and extracting samples from them", {
expect_false(.cube_is_regular(s2_cube_open))
expect_true(all(sits_bands(s2_cube_open) %in% c("B8A", "CLOUD")))



dir_images <- paste0(tempdir(), "/images_aws/")
if (!dir.exists(dir_images)) {
suppressWarnings(dir.create(dir_images))
}

expect_warning({
rg_cube <- sits_regularize(
cube = .tile(s2_cube_open),
Expand Down

0 comments on commit 14a48ec

Please sign in to comment.