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 f0cea69 commit 961eb60Copy full SHA for 961eb60
tests/test_api.py
@@ -1006,4 +1006,4 @@ async def test_metadata_validation_error() -> None:
1006
def test_zarr_save(store: Store) -> None:
1007
a = np.arange(1000).reshape(10, 10, 10)
1008
zarr.save(StorePath(store), a, mode="w")
1009
- assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]
+ assert_array_equal(zarr.load(store)[...], a) # type: ignore[index]
0 commit comments