Skip to content

Commit

Permalink
use seed
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jul 24, 2024
1 parent 0b27d70 commit 4d8040a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-apply_polygon_sampling_bias.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ n_points <- 4
xlim <- c(3841000, 3842000)
ylim <- c(3110000, 3112000)

set.seed(123)
occurrences_sf <- data.frame(
lat = runif(n_points, ylim[1], ylim[2]),
long = runif(n_points, xlim[1], xlim[2])
Expand Down

0 comments on commit 4d8040a

Please sign in to comment.