Test Farray ncols method
(self)
| 51 | self.assertTrue(self.array.nrows() == self.nrows) |
| 52 | |
| 53 | def testNcols(self): |
| 54 | "Test Farray ncols method" |
| 55 | self.assertTrue(self.array.ncols() == self.ncols) |
| 56 | |
| 57 | def testLen(self): |
| 58 | "Test Farray __len__ method" |