(self, initial, final, expected_chunks)
| 198 | ) |
| 199 | |
| 200 | def check_dataset(self, initial, final, expected_chunks): |
| 201 | assert_identical(initial, final) |
| 202 | assert final[self.var_name].chunks == expected_chunks |
| 203 | |
| 204 | @pytest.mark.parametrize( |
| 205 | "shape,pref_chunks", |
no test coverage detected