So we can package the test scripts, and have them accesible outside of the git repositories (e.g. for running the tests when packaging for conda-forge), a first step is to remove the test data from repositories to another place (https://zenodo.org/ is what I've used before, but there are probably other options?) and then use pooch to manage sample data download and caching.
Everything is on GIN currently, so I'd like to either stick with that, or move to something else for all BG data. GIN has worked well, but there may be a better option.
So we can package the test scripts, and have them accesible outside of the git repositories (e.g. for running the tests when packaging for
conda-forge
), a first step is to remove the test data from repositories to another place (https://zenodo.org/ is what I've used before, but there are probably other options?) and then use pooch to manage sample data download and caching.