Skip to content

Commit b3faf74

Browse files
committed
update data files
1 parent c2aa6e2 commit b3faf74

3 files changed

Lines changed: 1011 additions & 984 deletions

File tree

download_test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
def download_data():
88
"""Download support data for tests and documentation."""
99
url = "https://github.com/ioos/xarray-subset-grid/releases/download"
10-
version = "2026.02.06"
10+
version = "2026.02.09"
1111

1212
fname = pooch.retrieve(
1313
url=f"{url}/{version}/data_files.zip",
14-
known_hash="sha256:3032d72ebca590f7b4c1cfb081dc377641e29d40f4dfd0acf0016c4939552ab8",
14+
known_hash="sha256:675fb74b9a8c58a6b3bdcef691f7e5bf97a11a3f1065668525e5169f8be20343",
1515
)
1616

1717
here = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)