Skip to content

Commit

Permalink
Revert "Rename forecast_date column to origin_date"
Browse files Browse the repository at this point in the history
This reverts commit 6e8a37d.
  • Loading branch information
sbfnk committed Oct 19, 2023
1 parent 1b3e95d commit c751136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/validate_model_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ validate_model_data <- function(data_file, data_schema) {
validations <- c(validations, fhub_check(
data_file,
identical(
unique(data$origin_date),
unique(data$forecast_date),
as.Date(
gsub(
"^(\\d{4}-\\d{2}-\\d{2})-[a-zA-Z0-9_+]+-[a-zA-Z0-9_+]+\\.csv$",
Expand Down

0 comments on commit c751136

Please sign in to comment.