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

Function test_kwargs

xarray/tests/test_ufuncs.py:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116
117def test_kwargs():
118 x = xr.DataArray(0)
119 result = np.add(x, 1, dtype=np.float64)
120 assert result.dtype == np.float64
121
122
123def test_xarray_defers_to_unrecognized_type():

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…