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

Method test_coarsen_2d

xarray/tests/test_variable.py:2718–2719  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2716
2717 @pytest.mark.skip
2718 def test_coarsen_2d(self):
2719 super().test_coarsen_2d() # type: ignore[misc]
2720
2721 def test_to_index_variable_copy(self) -> None:
2722 # to_index_variable should return a copy

Callers

nothing calls this directly

Calls 1

test_coarsen_2dMethod · 0.45

Tested by

no test coverage detected