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

Function test_import_avoid_stl_array

tests/test_eigen_tensor.py:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def test_import_avoid_stl_array():
50 pytest.importorskip("eigen_tensor_avoid_stl_array")
51 assert len(submodules) == 4
52
53
54def assert_equal_tensor_ref(mat, writeable=True, modified=None):

Callers

nothing calls this directly

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected