(times_3d)
| 856 | @requires_cftime |
| 857 | @requires_dask |
| 858 | def 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])]) |
nothing calls this directly
no test coverage detected
searching dependent graphs…