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
Currently, the combo cases and deaths signal quits if it can't get data from both jhu-csse and usa-facts. Instead, it should output whatever data it can find, and just log a warning.
- okay to return just one of the data frames if both aren't available
- do something sensible if neither one is available
- unit tests to verify all possible cases are handled appropriately
Fixes#330
Currently, the combo cases and deaths signal quits if it can't get data from both jhu-csse and usa-facts. Instead, it should output whatever data it can find, and just log a warning.
The text was updated successfully, but these errors were encountered: