Skip to content

Commit

Permalink
increase preciptotal max limit [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
patdumandan committed Jun 26, 2024
1 parent fa66398 commit 4eb68c8
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 < 500, na.rm=TRUE))
expect_true(all(rodeo$preciptotal < 600, na.rm=TRUE))
})

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

0 comments on commit 4eb68c8

Please sign in to comment.