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

Function _assert

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

Source from the content-addressed store, hash-verified

814
815def test_trace():
816 def _assert(a, b, *args, **kwargs):
817 return assert_eq(a.trace(*args, **kwargs), b.trace(*args, **kwargs))
818
819 b = np.arange(12).reshape((3, 4))
820 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…