Commit c2fc1dd
[jdata4] _ArrayChunks_ always stored as array (was scalar for 1-D case)
Spec requires a 1-D integer array; storing a scalar failed schema
validation for the unchunked 1-D case. Change chunklen → [chunklen]
so the JSON output is always [...] regardless of chunking dimension.
Decoder already used numel()==1 so no decoder change needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7e29c45 commit c2fc1dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
0 commit comments