(self)
| 2716 | |
| 2717 | @pytest.mark.skip |
| 2718 | def test_coarsen_2d(self): |
| 2719 | super().test_coarsen_2d() # type: ignore[misc] |
| 2720 | |
| 2721 | def test_to_index_variable_copy(self) -> None: |
| 2722 | # to_index_variable should return a copy |
nothing calls this directly
no test coverage detected