Skip to content

Commit

Permalink
test(mesh-io): add input .mz3 test datasets
Browse files Browse the repository at this point in the history
From the niivue repository.
  • Loading branch information
thewtex committed Dec 10, 2024
1 parent 8ad1ac8 commit a8246ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mesh-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
"test-data-hash": "bafkreiahocrgb3p4xrjozr7cg5wdpdt6wp77kolnqyupae6awkplb5p4he",
"test-data-hash": "bafkreigfosnsfhwp3vmxo2j7h5imiqvgclxfe54yqgj3x7xcawizjnsrre",
"test-data-urls": [
"https://bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq.ipfs.w3s.link/ipfs/bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq/data.tar.gz"
"https://bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74.ipfs.w3s.link/ipfs/bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74/data.tar.gz"
],
"emscripten-docker-image": "quay.io/itkwasm/emscripten:latest",
"wasi-docker-image": "quay.io/itkwasm/wasi:latest",
Expand All @@ -28,7 +28,7 @@
"build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript",
"build:gen:python": "pnpm build:wasi && pnpm bindgen:python",
"test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python",
"test:data:download": "dam download test/data test/data.tar.gz bafkreiahocrgb3p4xrjozr7cg5wdpdt6wp77kolnqyupae6awkplb5p4he https://bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq.ipfs.w3s.link/ipfs/bafybeian677gvnngces3pbcv6zpzauf3yn5bedxdis4smwzwh5xeewazuq/data.tar.gz",
"test:data:download": "dam download test/data test/data.tar.gz bafkreigfosnsfhwp3vmxo2j7h5imiqvgclxfe54yqgj3x7xcawizjnsrre https://bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74.ipfs.w3s.link/ipfs/bafybeicxaxoc5pw7wxburihopybrtzhoz4c6y36tvw7nbmzruj7xndly74/data.tar.gz",
"test:data:pack": "dam pack test/data test/data.tar.gz",
"test:python:wasi": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-wasi",
"test:python:emscripten": "pnpm test:data:download && pixi run --manifest-path=./pixi.toml test-emscripten",
Expand Down

0 comments on commit a8246ab

Please sign in to comment.