We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb09cf commit 8a7167fCopy full SHA for 8a7167f
backfill_corrections/delphiBackfillCorrection/R/model.R
@@ -306,7 +306,7 @@ get_training_date_range <- function(params) {
306
} else {
307
# If only some models are in the cache, they will be used and those
308
# missing will be regenerated as-of the training end date.
309
- training_end_date <- max(as.Date(substr(model_files, 1, 8)))
+ training_end_date <- max(as.Date(substr(model_files, 1, 8), "%Y%m%d"))
310
}
311
312
0 commit comments