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

Method test_C_and_F_simul

numpy/core/tests/test_numeric.py:3489–3491  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3487 assert_equal(a, [1, 2, 3, 4])
3488
3489 def test_C_and_F_simul(self):
3490 a = self.generate_all_false('f8')
3491 assert_raises(ValueError, np.require, a, None, ['C', 'F'])
3492
3493 def test_ensure_array(self):
3494 class ArraySubclass(np.ndarray):

Callers

nothing calls this directly

Calls 2

generate_all_falseMethod · 0.95
assert_raisesFunction · 0.90

Tested by

no test coverage detected