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

Function test_index_using_ellipsis

tests/test_numpy_array.py:562–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560
561
562def test_index_using_ellipsis():
563 a = m.index_using_ellipsis(np.zeros((5, 6, 7)))
564 assert a.shape == (6,)
565
566
567@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected