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

Method test_refcount_vdot

numpy/core/tests/test_regression.py:691–693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

689 assert_equal(np.sort(b, axis=0), a)
690
691 def test_refcount_vdot(self):
692 # Changeset #3443
693 _assert_valid_refcount(np.vdot)
694
695 def test_startswith(self):
696 ca = np.char.array(['Hi', 'There'])

Callers

nothing calls this directly

Calls 1

_assert_valid_refcountFunction · 0.90

Tested by

no test coverage detected