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

Function test_interp1d_fastrack

xarray/tests/test_missing.py:308–312  ·  view source on GitHub ↗
(method, vals)

Source from the content-addressed store, hash-verified

306 ],
307)
308def test_interp1d_fastrack(method, vals):
309 expected = xr.DataArray(vals, dims="x")
310 actual = expected.interpolate_na(dim="x", method=method)
311
312 assert_equal(actual, expected)
313
314
315@requires_bottleneck

Callers

nothing calls this directly

Calls 2

interpolate_naMethod · 0.95
assert_equalFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…