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

Method test_idxmin

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

Source from the content-addressed store, hash-verified

385
386 @pytest.mark.parametrize("skipna", [True, False])
387 def test_idxmin(self, skipna):
388 result = self.x.idxmin(dim="x", skipna=skipna)
389 assert isinstance(result.data, self.Array)
390
391 @pytest.mark.parametrize("skipna", [True, False])
392 def test_max(self, skipna):

Callers

nothing calls this directly

Calls 1

idxminMethod · 0.45

Tested by

no test coverage detected