Skip to content

Upgrade h5wasm and improve boolean and vlen support #5772

Upgrade h5wasm and improve boolean and vlen support

Upgrade h5wasm and improve boolean and vlen support #5772

Triggered via push August 7, 2024 10:11
Status Failure
Total duration 2m 10s
Artifacts

lint-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/h5wasm-api.test.ts > test file matches snapshot: packages/h5wasm/src/h5wasm-api.test.ts#L61
Error: Snapshot `test file matches snapshot 1` mismatched - Expected + Received @@ -2103,11 +2103,11 @@ }, { "name": "vlen_float32_1D", "rawType": { "littleEndian": true, - "signed": true, + "signed": false, "size": 8, "total_size": 3, "type": 9, "vlen": false, "vlen_type": { @@ -2117,11 +2117,11 @@ "type": 1, "vlen": false, }, }, "shape": [ - 2, + 3, ], "type": { "base": { "class": "Float", "endianness": "little-endian", @@ -2135,10 +2135,11 @@ ], Float32Array [ 0, 1, ], + Float32Array [], ], }, { "name": "vlen_int64_1D", "rawType": { ❯ src/h5wasm-api.test.ts:61:20
src/providers/h5grove/h5grove-api.test.ts > test file matches snapshot: packages/app/src/providers/h5grove/h5grove-api.test.ts#L46
Error: Snapshot `test file matches snapshot 1` mismatched - Expected + Received @@ -1903,11 +1903,11 @@ "class": 9, "dtype": "|O", "size": 16, }, "shape": [ - 2, + 3, ], "type": { "base": { "class": "Float", "endianness": "little-endian", @@ -1921,10 +1921,11 @@ ], [ 0, 1, ], + [], ], }, { "name": "vlen_int64_1D", "rawType": { ❯ src/providers/h5grove/h5grove-api.test.ts:46:20
test
Process completed with exit code 1.