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

Method assertLazyAndEqual

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

Source from the content-addressed store, hash-verified

333 self.assertLazyAnd(expected, actual, assert_allclose)
334
335 def assertLazyAndEqual(self, expected, actual):
336 self.assertLazyAnd(expected, actual, assert_equal)
337
338 @pytest.fixture(autouse=True)
339 def setUp(self):

Callers 4

test_mergeMethod · 0.95
test_stackMethod · 0.95

Calls 1

assertLazyAndMethod · 0.80

Tested by

no test coverage detected