MCPcopy
hub / github.com/pydata/xarray / dtype

Function dtype

xarray/tests/test_units.py:280–281  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

278
279@pytest.fixture(params=[np.dtype(float), np.dtype(int)], ids=str)
280def dtype(request):
281 return request.param
282
283
284def merge_args(default_args, new_args):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…