Skip to content

Commit

Permalink
Merge pull request #1433 from silx-kit/h5wasm-chunks
Browse files Browse the repository at this point in the history
Parse and display chunks when present in h5wasm metadata
  • Loading branch information
loichuder authored May 22, 2023
2 parents fa2028c + daee171 commit 67c1e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/h5wasm/src/h5wasm-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export class H5WasmApi extends ProviderApi {
const { shape, metadata, dtype, filters } = h5wEntity;
return {
...baseEntity,
chunks: metadata.chunks ?? undefined,
kind: EntityKind.Dataset,
attributes: this.processH5WasmAttrs(h5wEntity.attrs),
shape,
Expand Down

0 comments on commit 67c1e83

Please sign in to comment.