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 d11d593 commit a324329Copy full SHA for a324329
pyproject.toml
@@ -116,6 +116,7 @@ module = [
116
"nc_time_axis.*",
117
"netCDF4.*",
118
"netcdftime.*",
119
+ "numcodecs.*",
120
"opt_einsum.*",
121
"pint.*",
122
"pooch.*",
xarray/tests/test_backends.py
@@ -2273,6 +2273,7 @@ def test_read_non_consolidated_warning(self) -> None:
2273
assert_identical(ds, expected)
2274
2275
def test_non_existent_store(self) -> None:
2276
+ exc: type[Exception]
2277
if have_zarr_v3:
2278
exc = ValueError
2279
msg = "store mode"
0 commit comments