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

Method test_dot

xarray/tests/test_duck_array_wrapping.py:191–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 assert isinstance(result.data, self.Array)
190
191 def test_dot(self):
192 result = xr.dot(self.x1, self.x2)
193 assert isinstance(result.data, self.Array)
194
195 def test_map_blocks(self):
196 result = xr.map_blocks(lambda x: x + 1, self.x1)

Callers

nothing calls this directly

Calls 1

dotMethod · 0.80

Tested by

no test coverage detected