ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Fix "no space left on disk" error by making smaller test data files #161

Closed gbrener closed 7 years ago

gbrener commented 7 years ago

This came out of PR #160 :

https://travis-ci.com/ContinuumIO/earthio/jobs/76926216#L815

Essentially I'll be creating smaller test files and refactoring any tests that are dependent upon them.

gbrener commented 7 years ago

This is complete as of PR #153 (or one of the PRs since then). The fix was to stop downloading netCDF files, since they required ~5GBs of disk space once uncompressed, and refactor the unit tests to no longer assume that they exist (effectively skipping the tests if the directory is not present). Closing this issue.