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

Method test_transpose

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

Source from the content-addressed store, hash-verified

149 assert isinstance(v.data, da.Array)
150
151 def test_transpose(self):
152 u = self.eager_var
153 v = self.lazy_var
154 self.assertLazyAndIdentical(u.T, v.T)
155
156 def test_shift(self):
157 u = self.eager_var

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected