MCPcopy Index your code
hub / github.com/numpy/numpy / test_mem_axis_minimization

Method test_mem_axis_minimization

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

Source from the content-addressed store, hash-verified

608 assert_(np.array(np.ones((2, 2), order='C'), ndmin=3).flags.c_contiguous)
609
610 def test_mem_axis_minimization(self):
611 # Ticket #327
612 data = np.arange(5)
613 data = np.add.outer(data, data)
614
615 def test_mem_float_imag(self):
616 # Ticket #330

Callers

nothing calls this directly

Calls 1

outerMethod · 0.45

Tested by

no test coverage detected