Skip to content
Closed
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/main_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
sudo apt-get install libopenmpi-dev libboost1.74-dev
- name: Install Python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements_dev.txt -c constraints.txt
- name: Clone datafiles
run: |
mkdir -p tests/main/input && cd tests/main/input
Expand Down
16 changes: 9 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[submodule "external/gt4py"]
path = external/gt4py
url = https://github.com/gridtools/gt4py.git

[submodule "dacefix"]
path = external/dace
url = https://github.com/FlorianDeconinck/dace.git
branch = fix/gcc_dies_on_dacecpu
[submodule "NDSL"]
path = NDSL
url = git@github.com:NOAA-GFDL/NDSL.git
[submodule "pyFV3"]
path = pyFV3
url = git@github.com:NOAA-GFDL/PyFV3.git
[submodule "pySHiELD"]
path = pySHiELD
url = git@github.com:NOAA-GFDL/PySHiELD.git
33 changes: 0 additions & 33 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,6 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy
name: mypy-fv3core
args: [--config-file, setup.cfg]
files: fv3core
exclude: |
(?x)^(
fv3core/pace/fv3core/stencils/fv_subgridz.py |
fv3core/tests/conftest.py
)$
- id: mypy
name: mypy-util
args: [--config-file, setup.cfg]
files: ^util
- id: mypy
name: mypy-stencils
args: [--config-file, setup.cfg]
files: stencils
exclude: |
(?x)^(
stencils/pace/stencils/testing/grid.py |
)$
- id: mypy
name: mypy-driver
args: [--config-file, setup.cfg]
Expand All @@ -46,18 +25,6 @@ repos:
(?x)^(
tests/main/driver/__init__.py |
)$
- id: mypy
name: mypy-physics
args: [--config-file, setup.cfg]
files: physics
- id: mypy
name: mypy-dsl
args: [--config-file, setup.cfg]
files: dsl
exclude: |
(?x)^(
dsl/pace/dsl/gt4py_utils.py |
)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions NDSL
Submodule NDSL added at 75181f
Loading