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

Function test_corr_only_dataarray

xarray/tests/test_computation.py:1549–1551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1547
1548
1549def test_corr_only_dataarray() -> None:
1550 with pytest.raises(TypeError, match=r"Only xr.DataArray is supported"):
1551 xr.corr(xr.Dataset(), xr.Dataset()) # type: ignore[type-var]
1552
1553
1554@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

corrMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…