Skip to content

Commit f7f8457

Browse files
authored
Merge branch 'v3' into user/tom/fix/v2-compat
2 parents 16bad38 + 0903dd6 commit f7f8457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ async def _create_v2(
315315
chunks=chunks,
316316
order=order,
317317
dimension_separator=dimension_separator,
318-
fill_value=fill_value,
318+
fill_value=0 if fill_value is None else fill_value,
319319
compressor=compressor,
320320
filters=filters,
321321
attributes=attributes,

0 commit comments

Comments
 (0)