augur-community-reports
augur-community-reports copied to clipboard
Missing data is not elegantly error handled
Describe the bug If a repository does not have data for one of the time periods queried, sometimes a notebook errors.
If a repository is not very active, then FREQUENTLY the reports error. This is not a problem - You can't report on data that does not exist. HOWEVER, we do need to be able to provide error handling, or an elegant message.
To Reproduce Steps to reproduce the behavior:
- Run augur-community-reports for python 3.8
Expected behavior
- No Errors in ALL cases
- Data in All Cases
Screenshots
Additional context
The same types of changes likely are required for the visualization API.