(self)
| 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) |
nothing calls this directly
no test coverage detected