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

Function test_ffill_functions

xarray/tests/test_missing.py:533–535  ·  view source on GitHub ↗
(da)

Source from the content-addressed store, hash-verified

531
532@requires_bottleneck
533def test_ffill_functions(da):
534 result = da.ffill("time")
535 assert result.isnull().sum() == 0
536
537
538@requires_bottleneck

Callers

nothing calls this directly

Calls 3

ffillMethod · 0.45
sumMethod · 0.45
isnullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…