Skip to content

Commit

Permalink
pass all checks locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Marques committed Dec 18, 2023
1 parent 4c396b2 commit e83d836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export(format_noaa_aws)
export(is_starrayobj)
export(is_stdtobj)
export(list_covar_nc)
export(list_covar_testdata)
export(list_monitors_nc)
export(map_res_cv)
export(map_rmse_cv)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-open_prediction_grid.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
test_that("Check open_pred_period works", {
data_path <- "../testdata/"

# -- 1st example: period is not a Date object
p <- c("2022-06-01", "2022-06-03")
expect_error(open_pred_period(period = p, data_path = data_path),
Expand Down

0 comments on commit e83d836

Please sign in to comment.