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

Method assertLazyAndAllClose

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

Source from the content-addressed store, hash-verified

74 self.assertLazyAnd(expected, actual, assert_identical)
75
76 def assertLazyAndAllClose(self, expected, actual):
77 self.assertLazyAnd(expected, actual, assert_allclose)
78
79 @pytest.fixture(autouse=True)
80 def setUp(self):

Callers 6

test_reduceMethod · 0.95
test_univariate_ufuncMethod · 0.95
test_bivariate_ufuncMethod · 0.95
test_bivariate_xufuncMethod · 0.95
test_persistMethod · 0.95

Calls 1

assertLazyAndMethod · 0.80

Tested by

no test coverage detected