MCPcopy
hub / github.com/pydata/xarray / test_dask

Method test_dask

xarray/tests/test_backends.py:6637–6639  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6635
6636 @requires_dask
6637 def test_dask(self) -> None:
6638 with self.create_datasets(chunks={"j": 2}) as (actual, expected):
6639 assert_equal(actual, expected)
6640
6641
6642@network

Callers

nothing calls this directly

Calls 2

create_datasetsMethod · 0.95
assert_equalFunction · 0.90

Tested by

no test coverage detected