(data)
| 845 | @requires_cftime |
| 846 | @requires_dask |
| 847 | def test_contains_cftime_datetimes_dask_1d(data) -> None: |
| 848 | assert contains_cftime_datetimes(data.time.variable.chunk()) |
| 849 | |
| 850 | |
| 851 | @requires_cftime |
nothing calls this directly
no test coverage detected
searching dependent graphs…