E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Update step inputs attribute with input filenames #93

Closed altheaden closed 1 year ago

altheaden commented 1 year ago

This fixes a bug that occurs in the process of giving a step its input files. The inputs list is never actually updated with the filenames of the input files, which would cause missing files to go unnoticed.

Checklist

closes https://github.com/E3SM-Project/polaris/issues/91

altheaden commented 1 year ago

I tested this branch with the PR suite against a baseline. All the checks passed, and the output when I added debug print statements printed all of the input files as expected.