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

Function test_interpolate_dataset

xarray/tests/test_missing.py:554–560  ·  view source on GitHub ↗
(ds)

Source from the content-addressed store, hash-verified

552
553
554def test_interpolate_dataset(ds):
555 actual = ds.interpolate_na(dim="time")
556 # no missing values in var1
557 assert actual["var1"].count("time") == actual.sizes["time"]
558
559 # var2 should be the same as it was
560 assert_array_equal(actual["var2"], ds["var2"])
561
562
563@requires_bottleneck

Callers

nothing calls this directly

Calls 2

interpolate_naMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…