MCPcopy Create free account
hub / github.com/pybind/pybind11 / assert_equal_ref

Function assert_equal_ref

tests/test_eigen_matrix.py:23–24  ·  view source on GitHub ↗
(mat)

Source from the content-addressed store, hash-verified

21
22
23def assert_equal_ref(mat):
24 np.testing.assert_array_equal(mat, ref)
25
26
27def assert_sparse_equal_ref(sparse_mat):

Callers 3

assert_sparse_equal_refFunction · 0.85
test_fixedFunction · 0.85
test_denseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected