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

Method assertLazyAndIdentical

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

Source from the content-addressed store, hash-verified

71
72class TestVariable(DaskTestCase):
73 def assertLazyAndIdentical(self, expected, actual):
74 self.assertLazyAnd(expected, actual, assert_identical)
75
76 def assertLazyAndAllClose(self, expected, actual):
77 self.assertLazyAnd(expected, actual, assert_allclose)

Callers 12

test_copyMethod · 0.95
test_chunkMethod · 0.95
test_indexingMethod · 0.95
test_squeezeMethod · 0.95
test_transposeMethod · 0.95
test_shiftMethod · 0.95
test_rollMethod · 0.95
test_unary_opMethod · 0.95
test_binary_opMethod · 0.95
test_missing_valuesMethod · 0.95
test_concatMethod · 0.95

Calls 1

assertLazyAndMethod · 0.80

Tested by

no test coverage detected