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 190e962 commit 4d22468Copy full SHA for 4d22468
pyproject.toml
@@ -363,6 +363,9 @@ filterwarnings = [
363
"default:Zarr-Python is not in alignment with the final V3 specification",
364
# TODO: this is raised for vlen-utf8, consolidated metadata, U1 dtype
365
"default:is currently not part .* the Zarr version 3 specification.",
366
+ # Zarr V3 data type specifications warnings - very repetitive
367
+ "ignore:The data type .* does not have a Zarr V3 specification",
368
+ "ignore:Consolidated metadata is currently not part",
369
# TODO: remove once we know how to deal with a changed signature in protocols
370
"default:::xarray.tests.test_strategies",
371
]
0 commit comments