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

Method test_var

xarray/tests/test_duck_array_wrapping.py:427–429  ·  view source on GitHub ↗
(self, skipna)

Source from the content-addressed store, hash-verified

425
426 @pytest.mark.parametrize("skipna", [True, False])
427 def test_var(self, skipna):
428 result = self.x.var(dim="x", skipna=skipna)
429 assert isinstance(result.data, self.Array)
430
431 @pytest.mark.parametrize("skipna", [True, False])
432 def test_cumsum(self, skipna):

Callers

nothing calls this directly

Calls 1

varMethod · 0.45

Tested by

no test coverage detected