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

Method test_mem_axis_minimization

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

Source from the content-addressed store, hash-verified

592 assert_(np.array(np.ones((2, 2), order='C'), ndmin=3).flags.c_contiguous)
593
594 def test_mem_axis_minimization(self):
595 # Ticket #327
596 data = np.arange(5)
597 data = np.add.outer(data, data)
598
599 def test_mem_float_imag(self):
600 # Ticket #330

Callers

nothing calls this directly

Calls 1

outerMethod · 0.45

Tested by

no test coverage detected