(self)
| 6635 | |
| 6636 | @requires_dask |
| 6637 | def test_dask(self) -> None: |
| 6638 | with self.create_datasets(chunks={"j": 2}) as (actual, expected): |
| 6639 | assert_equal(actual, expected) |
| 6640 | |
| 6641 | |
| 6642 | @network |
nothing calls this directly
no test coverage detected