Skip to content

Commit 0b6a90f

Browse files
committed
Put back dtype filter
1 parent 75ece04 commit 0b6a90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ filterwarnings = [
403403
"ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning",
404404
"ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning",
405405
"ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning",
406+
"ignore:The dtype .* is currently not part in the Zarr format 3 specification.*:UserWarning",
406407
"ignore:Use zarr.create_array instead.:DeprecationWarning",
407408
"ignore:Duplicate name.*:UserWarning",
408409
"ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning",

0 commit comments

Comments
 (0)