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

Method test_bfill

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

Source from the content-addressed store, hash-verified

253
254 @pytest.mark.xfail(reason="bfill uses bottleneck or numbagg")
255 def test_bfill(self):
256 result = self.x.bfill()
257 assert isinstance(result.data, self.Array)
258
259 @pytest.mark.xfail(reason="interpolate_na uses numpy and scipy")
260 def test_interpolate_na(self):

Callers

nothing calls this directly

Calls 1

bfillMethod · 0.45

Tested by

no test coverage detected