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

Function test_contains_cftime_datetimes_dask_3d

xarray/tests/test_coding_times.py:858–859  ·  view source on GitHub ↗
(times_3d)

Source from the content-addressed store, hash-verified

856@requires_cftime
857@requires_dask
858def test_contains_cftime_datetimes_dask_3d(times_3d) -> None:
859 assert contains_cftime_datetimes(times_3d.variable.chunk())
860
861
862@pytest.mark.parametrize("non_cftime_data", [DataArray([]), DataArray([1, 2])])

Callers

nothing calls this directly

Calls 2

chunkMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…