MCPcopy Index your code
hub / github.com/pydata/xarray / check_dataset

Method check_dataset

xarray/tests/test_backends_api.py:200–202  ·  view source on GitHub ↗
(self, initial, final, expected_chunks)

Source from the content-addressed store, hash-verified

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",

Callers 3

test_honor_chunksMethod · 0.95
test_split_chunksMethod · 0.95
test_join_chunksMethod · 0.95

Calls 1

assert_identicalFunction · 0.90

Tested by

no test coverage detected