Skip to content

Commit

Permalink
Update forecast_output_validator.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Jan 17, 2024
1 parent 0a32771 commit 4b091c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/forecast_output_validator.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ forecast_output_validator <- function(forecast_file){
if(lexists(out, c("duration"))){
usethis::ui_done("file has duration column")
}else{
usethis::ui_warn("file missing duration column (values for the column: daily = P1D, hourly = PT1H)")
usethis::ui_warn("file missing duration column (values for the column: daily = P1D, 30min = PT30M)")
}

if(lexists(out, c("project_id"))){
Expand Down

0 comments on commit 4b091c8

Please sign in to comment.