-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: synced local './' with remote 'sync-files/anemoi/all/'
Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows
- Loading branch information
1 parent
eabe672
commit 023aef9
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## Description | ||
|
||
<!-- Provide a brief summary of the changes introduced in this pull request. --> | ||
|
||
## Type of Change | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update | ||
|
||
## Issue Number | ||
|
||
<!-- Link the Issue number this change addresses, ideally in one of the "magic format" such as Closes #XYZ --> | ||
|
||
<!-- Alternatively, explain the motivation behind the changes and the context in which they are being made. --> | ||
|
||
## Code Compatibility | ||
|
||
- [ ] I have performed a self-review of my code | ||
|
||
### Code Performance and Testing | ||
|
||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] I ran the [complete Pytest test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html) suite locally, and they pass | ||
|
||
<!-- In case this affects the model sharding or other specific components please describe these here. --> | ||
|
||
### Dependencies | ||
|
||
- [ ] I have ensured that the code is still pip-installable after the changes and runs | ||
- [ ] I have tested that new dependencies themselves are pip-installable. | ||
|
||
<!-- List any new dependencies that are required for this change and the justification to add them. --> | ||
|
||
### Documentation | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have updated the documentation and docstrings to reflect the changes | ||
- [ ] I have added comments to my code, particularly in hard-to-understand areas | ||
|
||
<!-- Describe any major updates to the documentation --> | ||
|
||
## Additional Notes | ||
|
||
<!-- Include any additional information, caveats, or considerations that the reviewer should be aware of. --> |