Skip to content

Commit

Permalink
Update test-weather.R [patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmyenni authored Feb 8, 2024
1 parent 41d60c3 commit 64d6e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testthat/test-weather.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ test_that("Regional Precipitation ok", {
expect_true(all(sansimon$prcp >= 0, na.rm=TRUE))
expect_true(all(sansimon$prcp < 70, na.rm=TRUE))
expect_true(all(rodeo$preciptotal >= 0, na.rm=TRUE))
expect_true(all(rodeo$preciptotal < 40, na.rm=TRUE))
expect_true(all(rodeo$preciptotal < 100, na.rm=TRUE))
})

test_that("NDVI data adding correctly", {
Expand Down

0 comments on commit 64d6e06

Please sign in to comment.