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

Method test_std

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

Source from the content-addressed store, hash-verified

420
421 @pytest.mark.parametrize("skipna", [True, False])
422 def test_std(self, skipna):
423 result = self.x.std(dim="x", skipna=skipna)
424 assert isinstance(result.data, self.Array)
425
426 @pytest.mark.parametrize("skipna", [True, False])
427 def test_var(self, skipna):

Callers

nothing calls this directly

Calls 1

stdMethod · 0.45

Tested by

no test coverage detected