MCPcopy Create free account
hub / github.com/dask/dask / _assert

Function _assert

dask/array/tests/test_reductions.py:742–743  ·  view source on GitHub ↗
(a, b, *args, **kwargs)

Source from the content-addressed store, hash-verified

740
741def test_trace():
742 def _assert(a, b, *args, **kwargs):
743 return assert_eq(a.trace(*args, **kwargs), b.trace(*args, **kwargs))
744
745 b = np.arange(12).reshape((3, 4))
746 a = da.from_array(b, 1)

Callers 1

test_traceFunction · 0.85

Calls 2

assert_eqFunction · 0.90
traceMethod · 0.80

Tested by

no test coverage detected