Skip to content

Commit 9c16853

Browse files
2 parents 09a37a2 + c867b8a commit 9c16853

28 files changed

Lines changed: 45 additions & 23808 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/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ poly = np.array(
4545
ds_subset_poly = ds.xsg.subset_polygon(poly)
4646
```
4747

48-
For full usage, see the [example notebooks](./examples/)
48+
For full usage, see the [example notebooks](./docs/examples/)
4949

5050
## Development
5151

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ location you’d like to keep it. We are partial to creating a
108108

109109
.. code:: sh
110110
111-
git clone https://github.com/asascience-open/xarray-subset-grid.git
111+
git clone https://github.com/ioos/xarray-subset-grid.git
112112
113113
Pull Requests
114114
-------------

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.

0 commit comments

Comments
 (0)