Skip to content

Commit b42c8c9

Browse files
authored
Merge pull request #107 from ocefpaf/split_tests_and_data
Split tests and data
2 parents a007049 + fcc7a7a commit b42c8c9

24 files changed

Lines changed: 37 additions & 23800 deletions

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup pixi
2020
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
21-
with:
22-
cache: true
2321

2422
- name: Run tests with coverage
2523
run: >

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
persist-credentials: false
2020
- name: Setup pixi
2121
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
22-
with:
23-
cache: true
2422

2523
- name: Tests
2624
run: >

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
# Data files
10+
*.nc
11+
*.pkl
12+
913
# Distribution / packaging
1014
.Python
1115
build/
@@ -163,6 +167,7 @@ cython_debug/
163167
xarray_subset_grid/_version.py
164168
# pixi environments
165169
.pixi
170+
pixi.lock
166171
*.egg-info
167172

168173
.ruff_cache/

docs/examples/example_data/SCHISM/.gitkeep

Whitespace-only changes.
-60.4 KB
Binary file not shown.
-60.6 KB
Binary file not shown.
-67.7 KB
Binary file not shown.
-47.1 KB
Binary file not shown.
-60.9 KB
Binary file not shown.
-22.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)