Test Array2 ncols method
(self)
| 159 | self.assertTrue(self.array2.nrows() == self.nrows) |
| 160 | |
| 161 | def testNcols(self): |
| 162 | "Test Array2 ncols method" |
| 163 | self.assertTrue(self.array2.ncols() == self.ncols) |
| 164 | |
| 165 | def testLen(self): |
| 166 | "Test Array2 __len__ method" |