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

Method test_cov

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

Source from the content-addressed store, hash-verified

176 assert isinstance(result.data, self.Array)
177
178 def test_cov(self):
179 result = xr.cov(self.x1, self.x2)
180 assert isinstance(result.data, self.Array)
181
182 def test_corr(self):
183 result = xr.corr(self.x1, self.x2)

Callers

nothing calls this directly

Calls 1

covMethod · 0.80

Tested by

no test coverage detected