Searched refs:tupleInt (Results 1 – 2 of 2) sorted by relevance
/dports/devel/py-tables/tables-3.6.1/tables/tests/ |
H A D | test_numpy.py | 131 if self.tupleInt.shape: 132 a = self.tupleInt.astype(typecode) 142 if self.tupleInt.shape: 162 tupleInt = np.array(3) variable in Basic0DOneTestCase 169 tupleInt = np.array(33) variable in Basic0DTwoTestCase 176 tupleInt = np.array((3,)) variable in Basic1DOneTestCase 183 tupleInt = np.array((0, 4)) variable in Basic1DTwoTestCase 190 tupleInt = np.array((3, 4, 5)) variable in Basic1DThreeTestCase 198 tupleInt = np.ones((4,)*2) variable in Basic2DTestCase 206 tupleInt = np.ones((2,)*10) variable in Basic10DTestCase [all …]
|
H A D | test_array.py | 460 tupleInt = 3 variable in Basic0DOneTestCase 468 tupleInt = 33 variable in Basic0DTwoTestCase 477 tupleInt = () variable in Basic1DZeroTestCase 485 tupleInt = (3,) variable in Basic1DOneTestCase 493 tupleInt = (3, 4) variable in Basic1DTwoTestCase 501 tupleInt = (3, 4, 5) variable in Basic1DThreeTestCase 509 tupleInt = numpy.array(numpy.arange((4)**2)) variable in Basic2DOneTestCase 510 tupleInt.shape = (4,)*2 528 tupleInt.shape = (2,)*10 538 tupleInt = numpy.array((32,)) variable in Basic32DTestCase [all …]
|