MCPcopy
hub / github.com/pydata/xarray / assertLazyAndIdentical

Method assertLazyAndIdentical

xarray/tests/test_dask.py:329–330  ·  view source on GitHub ↗
(self, expected, actual)

Source from the content-addressed store, hash-verified

327
328class TestDataArrayAndDataset(DaskTestCase):
329 def assertLazyAndIdentical(self, expected, actual):
330 self.assertLazyAnd(expected, actual, assert_identical)
331
332 def assertLazyAndAllClose(self, expected, actual):
333 self.assertLazyAnd(expected, actual, assert_allclose)

Callers 3

test_chunkMethod · 0.95
test_rechunkMethod · 0.95

Calls 1

assertLazyAndMethod · 0.80

Tested by

no test coverage detected