MCPcopy Index your code
hub / github.com/dask/dask / test_zarr_empty_array

Function test_zarr_empty_array

dask/array/tests/test_array_core.py:5031–5036  ·  view source on GitHub ↗
(tmp_path, a)

Source from the content-addressed store, hash-verified

5029 ],
5030)
5031def test_zarr_empty_array(tmp_path, a):
5032 pytest.importorskip("zarr")
5033 fname = tmp_path / "x.zarr"
5034 a.to_zarr(fname)
5035 b = da.from_zarr(fname)
5036 assert_eq(a, b)
5037
5038
5039@pytest.mark.parametrize("compute", [False, True])

Callers

nothing calls this directly

Calls 2

assert_eqFunction · 0.90
to_zarrMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…