augur-community-reports icon indicating copy to clipboard operation
augur-community-reports copied to clipboard

Missing data is not elegantly error handled

Open sgoggins opened this issue 3 years ago • 0 comments

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:

  1. Run augur-community-reports for python 3.8

Expected behavior

  1. No Errors in ALL cases
  2. Data in All Cases

Screenshots image

Additional context

The same types of changes likely are required for the visualization API.

sgoggins avatar Aug 12 '21 17:08 sgoggins