Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde committed Aug 6, 2024
1 parent 049f67c commit 761423b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-99-regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ test_that("data generated by default setting is same (phenocam)", {
attributes(data) <- attributes(data)[sort(names(attributes(data)))]

# correct for NAs in output
expect_known_hash(is.na(data), "4c798df02b")
expect_known_hash(is.na(data), "888e883896")
data[is.na(data)] <- -999999
expect_known_hash(data, "040fa9c6b1")
expect_known_hash(data, "7b8d62a5a9")
})

test_that("seasonal summaries generated by default setting is same", {
Expand Down

0 comments on commit 761423b

Please sign in to comment.