Commit c5f087d
fix: handle bool fill_value in TensorStore zarr2 create_array_v2
TensorStore's zarr2 driver requires fill_value to be a boolean
for bool dtype arrays, not an integer 0.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e7db433 commit c5f087d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
348 | 352 | | |
349 | 353 | | |
350 | 354 | | |
351 | 355 | | |
352 | 356 | | |
353 | 357 | | |
354 | | - | |
| 358 | + | |
355 | 359 | | |
356 | 360 | | |
357 | 361 | | |
| |||
0 commit comments