Closed manning-ncsa closed 7 months ago
@djones1040 It looks like the refactoring of the initialization scripts has broken the continuous integration pipeline due to a failure to install required astro data:
...
app_ci-1 | File "h5py/h5f.pyx", line 106, in h5py.h5f.open
app_ci-1 | FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = '/../sbipp_phot/sbi_phot_global.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Aborting on container exit...
I will attempt to debug and correct this, although I admit I don't know how to do it efficiently (a quick search yields this article but not sure I want to go down that rabbit hole). Hopefully it will only take a few iterations of the change+commit+push cycle.
@djones1040 Notice I also switched to MariaDB instead of using the old, end-of-life MySQL image.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 53.62%. Comparing base (
cebcd3d
) to head (2ed3c98
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ready to merge when you are @djones1040
Description of the Change
Checklist
Please check all that apply to your proposed changes
Additional context