(self)
| 4733 | |
| 4734 | @pytest.mark.skip(reason="cannot pickle file objects") |
| 4735 | def test_pickle_dataarray(self) -> None: |
| 4736 | super().test_pickle_dataarray() |
| 4737 | |
| 4738 | @pytest.mark.parametrize("create_default_indexes", [True, False]) |
| 4739 | def test_create_default_indexes(self, tmp_path, create_default_indexes) -> None: |
nothing calls this directly
no test coverage detected