Skip to content

Commit 1eb5035

Browse files
authored
CI Fixes (#108)
* Formatting * Remove Python 3.7 support * Update CODEOWNERS * Remove dysfunctional tests * Formatting
1 parent 9afe308 commit 1eb5035

34 files changed

+18
-532
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
* @jasonjewik
2-
src/climate_learn/data @prakhar6sharma

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ["3.7", "3.8", "3.9", "3.10"]
23+
python-version: ["3.8", "3.9", "3.10"]
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Set up Python ${{ matrix.python-version }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

src/climate_learn/data/processing/cmip6_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"u_component_of_wind": "m/s",
2828
"v_component_of_wind": "m/s",
2929
"temperature": "C",
30-
"specific_humidity": "kg/kg"
30+
"specific_humidity": "kg/kg",
3131
}
3232

3333
DEFAULT_PRESSURE_LEVELS = [50, 250, 500, 600, 700, 850, 925]

0 commit comments

Comments
 (0)