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

Method test_array_int32

numpy/core/tests/test_multiarray.py:8990–8991  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8988 assert_(sys.getsizeof(x) > length * elem_size)
8989
8990 def test_array_int32(self):
8991 self.check_array(np.int32)
8992
8993 def test_array_int64(self):
8994 self.check_array(np.int64)

Callers

nothing calls this directly

Calls 1

check_arrayMethod · 0.95

Tested by

no test coverage detected