Skip to content

Commit

Permalink
Pushing codecov back up to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
robwschlegel committed Mar 27, 2024
1 parent 2899ec3 commit eb6b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ts2clm.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test_that("hourly functions are acknowledged and used", {
expect_equal(ncol(res), 6)
expect_equal(nrow(res), 359400)
ts_WA_hourly_NA <- ts_WA_hourly; ts_WA_hourly_NA$temp[502] <- NA
res_var_NA <- ts2clm(ts_WA_hourly_NA, climatologyPeriod = c("1983-01-01", "2012-12-31"),
res_var_NA <- ts2clm(ts_WA_hourly_NA, climatologyPeriod = c("1983-01-01", "2012-12-31"), maxPadLength = 2,
windowHalfWidth = 5*24, smoothPercentileWidth = 31*24, var = TRUE, returnDF = FALSE)
expect_is(res_var_NA, "data.table")
expect_equal(ncol(res_var_NA), 7)
Expand Down

0 comments on commit eb6b465

Please sign in to comment.