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
I believe this is an evalcast issue. When we attempt to get_predictions() for a forecast_date during which there is no data available over the entire training window, covidcast returns a dataframe of 0 columns and 0 rows. evalcast then tries to data munge but raises a cryptic "issue not found in .data" error.
Suggestion:
Catch the empty dataframe case and return a more informative message.
I believe this is an evalcast issue. When we attempt to
get_predictions()
for a forecast_date during which there is no data available over the entire training window,covidcast
returns a dataframe of 0 columns and 0 rows.evalcast
then tries to data munge but raises a cryptic "issue
not found in.data
" error.Suggestion:
Backtrace:
Reproducing example:
The text was updated successfully, but these errors were encountered: