Skip to content

Commit

Permalink
Merge pull request #371 from cmu-delphi/r/fix
Browse files Browse the repository at this point in the history
fixing guess_time_type error
  • Loading branch information
rnayebi21 authored Aug 13, 2024
2 parents 991d70b + 55db8bb commit 3191742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
`...` args intended for `predict.model_fit()`
- `bake.epi_recipe()` will now re-infer the geo and time type in case baking the
steps has changed the appropriate values
- Add `step_epi_slide` to produce generic sliding computations over an `epi_df`
- Add `step_epi_slide` to produce generic sliding computations over an `epi_df`
1 change: 0 additions & 1 deletion vignettes/articles/sliding.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ arx_preds <- x %>%
names_sep = NULL
) %>%
mutate(engine_type = quantile_reg()$engine) %>%
as_epi_df() %>%
mutate(ahead_val = target_date - forecast_date)
x_latest <- epix_as_of(x, max_version = max(x$versions_end))
Expand Down

0 comments on commit 3191742

Please sign in to comment.