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

Method test_dot

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

Source from the content-addressed store, hash-verified

332 assert isinstance(result.data, self.Array)
333
334 def test_dot(self):
335 result = self.x.dot(self.x)
336 assert isinstance(result.data, self.Array)
337
338 @pytest.mark.parametrize("skipna", [True, False])
339 def test_quantile(self, skipna):

Callers

nothing calls this directly

Calls 1

dotMethod · 0.80

Tested by

no test coverage detected