reichlab / covid19-forecast-hub

Projections of COVID-19, in standardized format

Home Page:https://covid19forecasthub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoltpy changes of returned date format breaks zoltar forecast integration

Khoale1096 opened this issue · comments

Uploading forecasts to zoltar is running into an error in 2 most recent builds: here and here

Cause: this change in Zoltpy changes the return type of date like timezeros from string to Date objects. The integration script therefore always ask to create a new time zero for every new forecast, since it's checking a string against a list of Date objects now

TODO: make changes in code/zoltar_scripts/upload_covid19_forecasts_to_zoltar.py to reflect this change in zoltpy. In details, we only need to convert all returned timezeros from Zoltar to string.