Skip to content

Commit 764b7f9

Browse files
nmdefriesdsweber2
authored andcommitted
get_test_data forecasts identical
1 parent b481a28 commit 764b7f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/custom_epiworkflows.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,10 @@ fit_workflow |>
329329
filter(time_value == forecast_date)
330330
```
331331

332-
This can be useful for as a workaround when `get_test_data()` fails to pull enough
332+
This can be useful as a workaround when `get_test_data()` fails to pull enough
333333
data to produce a forecast.
334334
This is generally a problem when the recipe (preprocessor) is sufficiently complicated, and `get_test_data()` can't determine precisely what data is required.
335+
The forecasts generated with `filter` and `get_test_data` are identical.
335336

336337
# Extending `four_week_ahead`
337338

0 commit comments

Comments
 (0)