We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ece04 commit 0b6a90fCopy full SHA for 0b6a90f
pyproject.toml
@@ -403,6 +403,7 @@ filterwarnings = [
403
"ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning",
404
"ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning",
405
"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",
407
"ignore:Use zarr.create_array instead.:DeprecationWarning",
408
"ignore:Duplicate name.*:UserWarning",
409
"ignore:The `compressor` argument is deprecated. Use `compressors` instead.:UserWarning",
0 commit comments