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

Method assertLazyAndAllClose

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

Source from the content-addressed store, hash-verified

330 self.assertLazyAnd(expected, actual, assert_identical)
331
332 def assertLazyAndAllClose(self, expected, actual):
333 self.assertLazyAnd(expected, actual, assert_allclose)
334
335 def assertLazyAndEqual(self, expected, actual):
336 self.assertLazyAnd(expected, actual, assert_equal)

Callers 8

test_lazy_arrayMethod · 0.95
test_persistMethod · 0.95
test_groupbyMethod · 0.95
test_rollingMethod · 0.95
test_reindexMethod · 0.95
test_ufuncsMethod · 0.95
test_dotMethod · 0.95

Calls 1

assertLazyAndMethod · 0.80

Tested by

no test coverage detected