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

Function assert_sparse_equal_ref

tests/test_eigen_matrix.py:27–28  ·  view source on GitHub ↗
(sparse_mat)

Source from the content-addressed store, hash-verified

25
26
27def assert_sparse_equal_ref(sparse_mat):
28 assert_equal_ref(sparse_mat.toarray())
29
30
31def test_fixed():

Callers 1

test_sparseFunction · 0.85

Calls 1

assert_equal_refFunction · 0.85

Tested by

no test coverage detected