We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying payu configurations would greatly benefit from CI checks to ensure configurations conform to some standards and avoid simple errors.
Code could be adapted from this repository which was designed to do these sorts of checks for ACCESS-OM2 experiment configurations
https://github.com/COSIMA/cleanconfig
The tests are contained here
https://github.com/COSIMA/cleanconfig/blob/master/test.py
They should be fairly self-explanatory and are mostly designed to ensure model configurations are portable and useable by everyone.
The text was updated successfully, but these errors were encountered:
It probably makes sense to retain the checks as python scripts in the repo, as there is some path checking stuff which would be a pain to do in bash.
Edit: but this would require a python install ...
python
Sorry, something went wrong.
I would also like to add checks to make sure we have
reproduce: exe: True input: True
set in config.yaml
config.yaml
No branches or pull requests
Deploying payu configurations would greatly benefit from CI checks to ensure configurations conform to some standards and avoid simple errors.
Code could be adapted from this repository which was designed to do these sorts of checks for ACCESS-OM2 experiment configurations
https://github.com/COSIMA/cleanconfig
The tests are contained here
https://github.com/COSIMA/cleanconfig/blob/master/test.py
They should be fairly self-explanatory and are mostly designed to ensure model configurations are portable and useable by everyone.
The text was updated successfully, but these errors were encountered: