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

Method test_argmin

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

Source from the content-addressed store, hash-verified

375
376 @pytest.mark.parametrize("skipna", [True, False])
377 def test_argmin(self, skipna):
378 result = self.x.argmin(dim="x", skipna=skipna)
379 assert isinstance(result.data, self.Array)
380
381 @pytest.mark.parametrize("skipna", [True, False])
382 def test_idxmax(self, skipna):

Callers

nothing calls this directly

Calls 1

argminMethod · 0.45

Tested by

no test coverage detected