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

Function test_infix_dims_errors

xarray/tests/test_utils.py:282–284  ·  view source on GitHub ↗
(supplied, all_)

Source from the content-addressed store, hash-verified

280 ["supplied", "all_"], [([..., ...], list("abc")), ([...], list("aac"))]
281)
282def test_infix_dims_errors(supplied, all_):
283 with pytest.raises(ValueError):
284 list(infix_dims(supplied, all_))
285
286
287@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

infix_dimsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…