MCPcopy Create free account
hub / github.com/numpy/numpy / assert_equal_

Function assert_equal_

numpy/lib/tests/test_format.py:432–433  ·  view source on GitHub ↗
(o1, o2)

Source from the content-addressed store, hash-verified

430
431
432def assert_equal_(o1, o2):
433 assert_(o1 == o2)
434
435
436def test_roundtrip():

Callers 2

test_memmap_roundtripFunction · 0.85
test_descr_to_dtypeFunction · 0.85

Calls 1

assert_Function · 0.90

Tested by

no test coverage detected