You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/custom_epiworkflows.Rmd
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -329,9 +329,10 @@ fit_workflow |>
329
329
filter(time_value == forecast_date)
330
330
```
331
331
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
333
333
data to produce a forecast.
334
334
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.
0 commit comments