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

Method test_corr

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

Source from the content-addressed store, hash-verified

180 assert isinstance(result.data, self.Array)
181
182 def test_corr(self):
183 result = xr.corr(self.x1, self.x2)
184 assert isinstance(result.data, self.Array)
185
186 def test_cross(self):
187 x1, x2 = xr.align(self.x1.squeeze(), self.x2.squeeze(), join="inner")

Callers

nothing calls this directly

Calls 1

corrMethod · 0.80

Tested by

no test coverage detected