Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Dec 1, 2023
1 parent f5144f7 commit 136d692
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/forecast_output_validator.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ forecast_output_validator <- function(forecast_file){
valid <- FALSE
}

#usethis::ui_todo("Checking that file contains either ensemble or statistic column...")

if(lexists(out, "ensemble")){
usethis::ui_warn("ensemble dimension should be named parameter")
valid <- FALSE
Expand Down

0 comments on commit 136d692

Please sign in to comment.