You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,11 @@
23
23
24
24
-[ ] I have added tests that prove my fix is effective or that my feature works
25
25
-[ ] I ran the [complete Pytest test](https://anemoi.readthedocs.io/projects/training/en/latest/dev/testing.html) suite locally, and they pass
26
-
-[ ] I have tested the changes on a single GPU
27
-
-[ ] I have tested the changes on multiple GPUs / multi-node setups
28
-
-[ ] I have run the [Benchmark Profiler](https://anemoi.readthedocs.io/projects/training/en/latest/user-guide/benchmarking.html) against the old version of the code
26
+
27
+
-[ ] I have tested the changes on a single GPU
28
+
-[ ] I have tested the changes on multiple GPUs / multi-node setups
29
+
-[ ] I have run the Benchmark Profiler against the old version of the code
30
+
-[ ] If the new feature introduces modifications at the config level, I have made sure to update Pydantic Schemas and default configs accordingly
29
31
30
32
31
33
<!-- In case this affects the model sharding or other specific components please describe these here. -->
@@ -34,7 +36,8 @@
34
36
35
37
-[ ] I have ensured that the code is still pip-installable after the changes and runs
36
38
-[ ] I have tested that new dependencies themselves are pip-installable.
37
-
-[ ] I have not introduced new dependencies in the inference portion of the pipeline
39
+
40
+
-[ ] I have not introduced new dependencies in the inference portion of the pipeline
38
41
39
42
<!-- List any new dependencies that are required for this change and the justification to add them. -->
0 commit comments