MCPcopy Create free account
hub / github.com/numpy/numpy / test_refcount_vdot

Method test_refcount_vdot

numpy/_core/tests/test_regression.py:704–706  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

702 assert_equal(np.sort(b, axis=0), a)
703
704 def test_refcount_vdot(self):
705 # Changeset #3443
706 _assert_valid_refcount(np.vdot)
707
708 def test_startswith(self):
709 ca = np.char.array(['Hi', 'There'])

Callers

nothing calls this directly

Calls 1

_assert_valid_refcountFunction · 0.90

Tested by

no test coverage detected