Skip to content

Commit 18747c8

Browse files
authored
Merge pull request #165 from ecmwf-actions/fix-anemoi-core-pr-template
Update Anemoi pull_request_template-core.md
2 parents 4951c6b + 75af7b7 commit 18747c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{% extends "sync-files/anemoi/all/.github/pull_request_template.md" %}
22

3-
{% block testing %}
4-
- [ ] I have tested the changes on a single GPU
5-
- [ ] I have tested the changes on multiple GPUs / multi-node setups
6-
- [ ] I have run the Benchmark Profiler against the old version of the code
7-
- [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
3+
{% block testing %}
4+
- [ ] I have tested the changes on a single GPU
5+
- [ ] I have tested the changes on multiple GPUs / multi-node setups
6+
- [ ] I have run the Benchmark Profiler against the old version of the code
7+
- [ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
88

99
{% endblock %}
1010

11-
{% block documentation %}
11+
{% block documentation %}
1212
{% endblock %}
1313

14-
{% block dependencies %}
14+
{% block dependencies %}
1515
- [ ] I have not introduced new dependencies in the inference portion of the pipeline
1616
{% endblock %}

0 commit comments

Comments
 (0)