Skip to content

Commit a8246ab

Browse files
committed
test(mesh-io): add input .mz3 test datasets
From the niivue repository.
1 parent 8ad1ac8 commit a8246ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mesh-io/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
66
"type": "module",
77
"itk-wasm": {
8-
"test-data-hash": "bafkreiahocrgb3p4xrjozr7cg5wdpdt6wp77kolnqyupae6awkplb5p4he",
8+
"test-data-hash": "bafkreigfosnsfhwp3vmxo2j7h5imiqvgclxfe54yqgj3x7xcawizjnsrre",
99
"test-data-urls": [
10-
"https://bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq.ipfs.w3s.link/ipfs/bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq/data.tar.gz"
10+
"https://bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74.ipfs.w3s.link/ipfs/bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74/data.tar.gz"
1111
],
1212
"emscripten-docker-image": "quay.io/itkwasm/emscripten:latest",
1313
"wasi-docker-image": "quay.io/itkwasm/wasi:latest",
@@ -28,7 +28,7 @@
2828
"build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript",
2929
"build:gen:python": "pnpm build:wasi && pnpm bindgen:python",
3030
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
31-
"test:data:download": "dam download test/data test/data.tar.gz bafkreiahocrgb3p4xrjozr7cg5wdpdt6wp77kolnqyupae6awkplb5p4he https://bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq.ipfs.w3s.link/ipfs/bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq/data.tar.gz",
31+
"test:data:download": "dam download test/data test/data.tar.gz bafkreigfosnsfhwp3vmxo2j7h5imiqvgclxfe54yqgj3x7xcawizjnsrre https://bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74.ipfs.w3s.link/ipfs/bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74/data.tar.gz",
3232
"test:data:pack": "dam pack test/data test/data.tar.gz",
3333
"test:python:wasi": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-wasi",
3434
"test:python:emscripten": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-emscripten",

0 commit comments

Comments
 (0)