AdlerFarHorizons / NITELite-pipeline

Code to process images and data taken with the HAB NITELite instrument.
GNU General Public License v3.0
1 stars 7 forks source link

Tests fail on AWS because of IOErrors #27

Open zhafen opened 6 months ago

zhafen commented 6 months ago

Describe the bug Running the test suite on AWS results in a number of failed tests. The consistent theme are IO errors. These are likely caused by us mounting nitelite.test-data/output, not just nitelite.test-data/input, and there are strong restrictions on writing to mounted directories.

To Reproduce Run with default options, except with the environment variable RUN_TESTS set to true.

Expected behavior No errors in the tests.