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 2d9fd79 commit 787f72aCopy full SHA for 787f72a
pyproject.toml
@@ -386,6 +386,9 @@ filterwarnings = [
386
"error",
387
# TODO: explicitly filter or catch the warnings below where we expect them to be emitted in the tests
388
"ignore:Consolidated metadata is currently not part in the Zarr format 3 specification.*:UserWarning",
389
+ "ignore:Creating a zarr.buffer.gpu.Buffer with an array that does not support the __cuda_array_interface__.*:UserWarning",
390
+ "ignore:Automatic shard shape inference is experimental and may change without notice.*:UserWarning",
391
+ "ignore:The codec .* is currently not part in the Zarr format 3 specification.*:UserWarning"
392
]
393
markers = [
394
"gpu: mark a test as requiring CuPy and GPU"
0 commit comments