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

Method test_ffill

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

Source from the content-addressed store, hash-verified

248
249 @pytest.mark.xfail(reason="ffill uses bottleneck or numbagg")
250 def test_ffill(self):
251 result = self.x.ffill()
252 assert isinstance(result.data, self.Array)
253
254 @pytest.mark.xfail(reason="bfill uses bottleneck or numbagg")
255 def test_bfill(self):

Callers

nothing calls this directly

Calls 1

ffillMethod · 0.45

Tested by

no test coverage detected