MCPcopy
hub / github.com/pydata/xarray / test_dropna

Method test_dropna

xarray/tests/test_duck_array_wrapping.py:241–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

239 assert isinstance(result.data, self.Array)
240
241 def test_dropna(self):
242 result = self.x.dropna(dim="x")
243 assert isinstance(result.data, self.Array)
244
245 def test_fillna(self):
246 result = self.x.fillna(0)

Callers

nothing calls this directly

Calls 1

dropnaMethod · 0.45

Tested by

no test coverage detected