MCPcopy Index your code
hub / github.com/pydata/xarray / test_copy

Method test_copy

xarray/tests/test_dask.py:93–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 assert_array_equal(self.values, v)
92
93 def test_copy(self):
94 self.assertLazyAndIdentical(self.eager_var, self.lazy_var.copy())
95 self.assertLazyAndIdentical(self.eager_var, self.lazy_var.copy(deep=True))
96
97 def test_chunk(self):
98 test_cases: list[tuple[int | dict[str, Any], tuple[tuple[int, ...], ...]]] = [

Callers

nothing calls this directly

Calls 2

copyMethod · 0.45

Tested by

no test coverage detected