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

Method test_identityless_reduction_corder

numpy/core/tests/test_ufunc.py:1632–1634  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1630 assert res[-1] == 4
1631
1632 def test_identityless_reduction_corder(self):
1633 a = np.empty((2, 3, 4), order='C')
1634 self.check_identityless_reduction(a)
1635
1636 def test_identityless_reduction_forder(self):
1637 a = np.empty((2, 3, 4), order='F')

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected