Skip to content

Commit

Permalink
Merge pull request #25 from Spatiotemporal-Exposures-and-Toxicology/d…
Browse files Browse the repository at this point in the history
…ev03

changed seed in gridmerge test
  • Loading branch information
Insang Song authored Nov 22, 2023
2 parents e7a246a + 6a90274 commit 2fae8c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scomps_rmarkdown_litr.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ testthat::test_that("Grid merge is well done.", {
withr::local_package("igraph")
withr::local_package("dplyr")
withr::local_options(list(sf_use_s2 = FALSE))
withr::local_seed(2023)
withr::local_seed(20231121)
nc <- system.file("shape/nc.shp", package = "sf")
nc <- sf::read_sf(nc)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ testthat::test_that("Grid merge is well done.", {
withr::local_package("igraph")
withr::local_package("dplyr")
withr::local_options(list(sf_use_s2 = FALSE))
withr::local_seed(2023)
withr::local_seed(20231121)

nc <- system.file("shape/nc.shp", package = "sf")
nc <- sf::read_sf(nc)
Expand Down
Binary file modified tools/tarballs/scomps_0.0.6.11212023.tar.gz
Binary file not shown.

0 comments on commit 2fae8c5

Please sign in to comment.