MCPcopy
hub / github.com/numpy/numpy / _build_err_msg

Function _build_err_msg

numpy/testing/_private/utils.py:595–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

593 usecomplex = False
594
595 def _build_err_msg():
596 header = (f'Arrays are not almost equal to {decimal} decimals')
597 return build_err_msg([actual, desired], err_msg, verbose=verbose,
598 header=header)
599
600 if usecomplex:
601 if iscomplexobj(actual):

Callers 1

assert_almost_equalFunction · 0.85

Calls 1

build_err_msgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…