MCPcopy
hub / github.com/numpy/numpy / eq

Function eq

numpy/ma/tests/test_old_ma.py:91–95  ·  view source on GitHub ↗
(v, w, msg='')

Source from the content-addressed store, hash-verified

89
90
91def eq(v, w, msg=''):
92 result = allclose(v, w)
93 if not result:
94 print(f'Not eq:{msg}\n{v}\n----{w}')
95 return result
96
97
98class TestMa:

Callers 15

test_testBasic1dMethod · 0.85
test_testBasic2dMethod · 0.85
test_testArithmeticMethod · 0.85
test_testUfuncs1Method · 0.85
test_xtestCountMethod · 0.85
test_testMinMaxMethod · 0.85
test_testAddSumProdMethod · 0.85
test_testCIMethod · 0.85
test_testCopySizeMethod · 0.85
test_testPutMethod · 0.85
test_testPut2Method · 0.85
test_testOddFeaturesMethod · 0.85

Calls 1

allcloseFunction · 0.90

Tested by

no test coverage detected