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

Method test_fillna

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

Source from the content-addressed store, hash-verified

243 assert isinstance(result.data, self.Array)
244
245 def test_fillna(self):
246 result = self.x.fillna(0)
247 assert isinstance(result.data, self.Array)
248
249 @pytest.mark.xfail(reason="ffill uses bottleneck or numbagg")
250 def test_ffill(self):

Callers

nothing calls this directly

Calls 1

fillnaMethod · 0.45

Tested by

no test coverage detected