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

Method test_dot

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

Source from the content-addressed store, hash-verified

689 self.assertLazyAndEqual(expected, stacked)
690
691 def test_dot(self):
692 eager = self.eager_array.dot(self.eager_array[0])
693 lazy = self.lazy_array.dot(self.lazy_array[0])
694 self.assertLazyAndAllClose(eager, lazy)
695
696 def test_dataarray_repr(self):
697 data = build_dask_array("data")

Callers

nothing calls this directly

Calls 2

assertLazyAndAllCloseMethod · 0.95
dotMethod · 0.80

Tested by

no test coverage detected