-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Matching packages between main and develop branches and removal of ou…
…tdated pull request template (#86) * Changed workflows to use python 3.11.7, added pytest-subtests to requirments_dev.txt * Matched package dependencies between main and develop branches * Updating constraints file * Updating Dockerfile to use 3.11-slim-bookworm base python image
- Loading branch information
Showing
9 changed files
with
46 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Submodule NDSL
updated
23 files
+1 −1 | .github/workflows/lint.yaml | |
+8 −4 | .github/workflows/unit_tests.yaml | |
+667 −0 | examples/Fortran_serialization/01_serialize_fortran_data.ipynb | |
+240 −0 | examples/Fortran_serialization/02_read_serialized_data_python.ipynb | |
+1,278 −0 | examples/NDSL/01_gt4py_basics.ipynb | |
+492 −0 | examples/NDSL/02_NDSL_basics.ipynb | |
+214 −0 | examples/NDSL/03_orchestration_basics.ipynb | |
+73 −0 | examples/NDSL/basic_boilerplate.py | |
+64 −0 | examples/NDSL/orch_boilerplate.py | |
+1 −1 | external/dace | |
+1 −1 | external/gt4py | |
+109 −0 | ndsl/boilerplate.py | |
+5 −4 | ndsl/grid/geometry.py | |
+3 −2 | ndsl/grid/helper.py | |
+6 −5 | ndsl/initialization/allocator.py | |
+3 −4 | ndsl/quantity.py | |
+138 −40 | ndsl/stencils/testing/conftest.py | |
+165 −0 | ndsl/stencils/testing/serialbox_to_netcdf.py | |
+3 −3 | ndsl/stencils/testing/test_translate.py | |
+2 −2 | ndsl/stencils/testing/translate.py | |
+11 −0 | setup.cfg | |
+9 −3 | setup.py | |
+60 −0 | tests/test_boilerplate.py |
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
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
Submodule pyFV3
updated
8 files
+2 −2 | .github/workflows/lint.yml | |
+10 −0 | .github/workflows/pace_tests.yaml | |
+10 −0 | .github/workflows/pyshield_tests.yaml | |
+112 −0 | .github/workflows/translate.yaml | |
+0 −85 | .github/workflows/translate.yml | |
+2 −1 | .pre-commit-config.yaml | |
+5 −1 | pyFV3/stencils/dyn_core.py | |
+1 −1 | setup.py |
Submodule pySHiELD
updated
9 files
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
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